This is a normal sbt project. You can compile code with sbt compile
, run it with sbt run
, and sbt console
will start a Scala 3 REPL.
For more information on the sbt-dotty plugin, see the scala3-example-project.
failed with status 403 and body {"code":403,"msg":"Access denied"}
- always return this error when access to export api even I add origin header.So give up for now...
- no valid certification:
javax.net.ssl.SSLHandshakeException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
- retrive
host
certificate to localmubu.cert
:./retrive_ssl.sh mubu.com
- import
mubu.cert
to java keystore, default keystore password ischangeit
:sudo keytool -import -file mubu.cert -alias mubu -keystore $JAVA_HOME/lib/security/cacerts
- retrive