For further reference, please consider the following sections:
The following guides illustrate how to use some features concretely:
- Securing a Web Application
- Spring Boot and OAuth2
- Authenticating a User with LDAP
- Building a RESTful Web Service
- Serving Web Content with Spring MVC
- Building REST services with Spring
- Creating a Batch Service
- Accessing Data with JPA
- Accessing data with MySQL
These additional references should also help you:
- [springboot + kotlin ref] (https://blog.codecentric.de/en/2017/06/kotlin-spring-working-jpa-data-classes/)
- [vue-cli] (http://vuejs.kr/vue/vue-cli/2018/01/27/vue-cli-3/)
- [How to settup spring boot with vuejs] (https://developer.okta.com/blog/2018/11/20/build-crud-spring-and-vue)
npm install
npm run serve
npm run build
npm run test
npm run lint
- [springboot+vue config ref] (https://velog.io/@juan003/2019-01-25-1001-%EC%9E%91%EC%84%B1%EB%90%A8-9djrbeb13c)
- make build (executable jar in gradle)
gradle bootjar
java -jar build/libs/kboot-0.0.1-SNAPSHOT.jar
ref docker build
- create docker image: docker build . -t kboot-app
- run docker image: docker run -p 8090:8090 kboot-app:latest
- check your browser: http://localhost:8090