Skip to content

grayson061030/springboot-vue-kotlin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KBoot

Backend

Reference Documentation

For further reference, please consider the following sections:

Guides

The following guides illustrate how to use some features concretely:

Additional Links

These additional references should also help you:

Additional Reference

client

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

server

  • make build (executable jar in gradle)
gradle bootjar
java -jar build/libs/kboot-0.0.1-SNAPSHOT.jar

docker

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

About

springboot + kotlin + vue

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published