Skip to content

ucpwang/spring-boot-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spring-boot-sample project by ucpwang

spec

  • java 1.8.x
  • mvn 3.2.x
  • spring-boot 1.4.x
  • use lombok lib
  • use thymeleaf view template
  • use mysql database > jdbc
  • use logback logger

install && excute

install

$ git clone git@github.com:ucpwang/spring-boot-sample.git

or

$ git clone https://github.com/ucpwang/spring-boot-sample.git

run

run with mvnw

$ chmod 700 ./mvnw && ./mvnw spring-boot:run

or

use maven build and java jar excute

$ mvn clean && mvn package
$ java -jar ./target/spring-boot-sample-0.0.1-SNAPSHOT.jar

or

use maven > spring-boot-maven-plugin run

$ mvn spring-boot:run

mission

Doing

Done

note

etc

About

spring-boot-sample by ucpwang

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published