The following was discovered as part of building this project:
- The original package name 'cloud.springnative.kotlin-bbs' is invalid and this project uses 'cloud.springnative.kotlinbbs' instead.
For further reference, please consider the following sections:
- Official Gradle documentation
- Spring Boot Gradle Plugin Reference Guide
- Create an OCI image
- Spring Web
- Spring Data JPA
- Apache Freemarker
- Spring Security
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 Data with JPA
- Accessing data with MySQL
- Securing a Web Application
- Spring Boot and OAuth2
- Authenticating a User with LDAP
These additional references should also help you:
$ docker run -d --name mysql5 -p3306:3306 -v /etc/localtime:/etc/localtime -e MYSQL_ROOT_PASSWORD=123456 mysql:5.7
$ docker build -t kotlin-bbs .
$ docker run --rm -p 8090:8080 -e MYSQL_HOST:mysql5 --link mysql5 kotlin-bbs