The following was discovered as part of building this project:
- The original package name 'com.wafflestudio.toyproject.memo-with-tags' is invalid and this project uses 'com.wafflestudio.toyproject.memo_with_tags' instead.
For further reference, please consider the following sections:
- Official Gradle documentation
- Spring Boot Gradle Plugin Reference Guide
- Create an OCI image
- Spring Web
- Rest Repositories
- Docker Compose Support
- Spring Boot DevTools
- Spring Security
- Spring Data JPA
- JDBC API
- Spring Data JDBC
The following guides illustrate how to use some features concretely:
- Building a RESTful Web Service
- Serving Web Content with Spring MVC
- Building REST services with Spring
- Accessing JPA Data with REST
- Accessing Neo4j Data with REST
- Accessing MongoDB Data with REST
- Securing a Web Application
- Spring Boot and OAuth2
- Authenticating a User with LDAP
- Accessing Data with JPA
- Accessing data with MySQL
- Accessing Relational Data using JDBC with Spring
- Managing Transactions
- Using Spring Data JDBC
These additional references should also help you:
This project contains a Docker Compose file named compose.yaml
.
In this file, the following services have been defined:
- mysql:
mysql:latest
Please review the tags of the used images and set them to the same as you're running in production.