cp env-example .env
- To use the secrets is necessary to create 2 txt files
db_password.txt
anddb_root_password.txt
- Then create the secrets with docker
docker secret create db_password db_password.txt
docker secret create db_root_password db_root_password.txt
docker-compose up -d
4. Open the get url http://localhost:80/users/list on browser
4. Or send a post to url http://localhost:80/users/add on client http
Important: Project use Adminer so you can see database details in http://localhost:8081
Project use Adminer so you can see database details in http://localhost:8081
Check user and password in your .env
cp registration.token.env-example ansible-playbooks/registration.token.env
vagrant up
The following was discovered as part of building this project:
- The original package name 'com.example.spring-boot' is invalid and this project uses 'com.example.springboot' instead.
For further reference, please consider the following sections:
- Official Apache Maven documentation
- Spring Boot Maven Plugin Reference Guide
- Create an OCI image
- Spring Web
The following guides illustrate how to use some features concretely: