This project is designed to study Spring Boot 3.X, CI/CD, and various architectures.
Details
- Java 17
- Spring-Boot 3.0.4
- Mapstruct 1.5.3
- SpringDoc 2.0.4
- Querydsl 5.0.0
- Jasypt 3.0.5
- Jwt 0.9.1
- Jacoco plugin
- DB
- H2
- MariaDB
gradlew clean build -x test- You must enter a
${PASSWORD}
java -Dspring.security.password=${PASSWORD} -Dspring.profiles.active=${PROFILE} -jar study-0.0.1-SNAPSHOT.jar- If you don't know the password or want to use a different DB, you must create a
application-${PROFILE}.ymlfile and enter a${PROFILE}environment variableurl: database urlusername: database idpassword: database password
#### Spring
spring:
#### Data Source
datasource:
url:
username:
password: