NyKaren / api-spring-java

1.https://start.spring.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

api-spring-java8

1.https://start.spring.io/

dependencies {
	implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
	implementation 'org.springframework.boot:spring-boot-starter-web'
	developmentOnly 'org.springframework.boot:spring-boot-devtools'
	runtimeOnly 'com.h2database:h2'
	testImplementation('org.springframework.boot:spring-boot-starter-test') {
		exclude group: 'org.junit.vintage', module: 'junit-vintage-engine'
	}
}

With H2 Database, Spring Data JPA and Spring Boot DevTools

About

1.https://start.spring.io/

License:GNU General Public License v3.0


Languages

Language:Java 100.0%