REST API for android shopping project
Frameworks:
- spring boot
- mariadb jdbc
- json web token
- jasypt digesters and encryptors
- wildfly-maven-plugin deploy
- soap service
Swagger UI URL: http://<host>:<port>/android-api/swagger-ui/index.html
SOAP URL: http://<host>:<port>/android-api/ws/product.wsdl
Encrypt property
java -cp jasypt-1.9.3.jar org.jasypt.intf.cli.JasyptPBEStringEncryptionCLI algorithm=PBEWITHHMACSHA512ANDAES_256 ivGeneratorClassName=org.jasypt.iv.RandomIvGenerator password="" input=""
