GitHub / vscalcione / springboot-mysql-docker-compose-demo
JSON API: http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vscalcione%2Fspringboot-mysql-docker-compose-demo
PURL: pkg:github/vscalcione/springboot-mysql-docker-compose-demo
Stars: 0
Forks: 0
Open issues: 0
License: None
Language: Java
Size: 64.5 KB
Dependencies parsed at:
14
Created at: almost 4 years ago
Updated at: almost 4 years ago
Pushed at: almost 4 years ago
Last synced at: over 2 years ago
demoapplication/Dockerfile
docker
- maven 3.8.2-jdk-8 build
docker-compose.yml
docker
- mysql 5.7
demoapplication/pom.xml
maven
- com.h2database:h2
- mysql:mysql-connector-java
- org.mariadb.jdbc:mariadb-java-client
- org.projectlombok:lombok
- org.springframework.boot:spring-boot-devtools
- org.springframework.boot:spring-boot-starter-data-jdbc
- org.springframework.boot:spring-boot-starter-data-jpa
- org.springframework.boot:spring-boot-starter-data-rest
- org.springframework.boot:spring-boot-starter-jdbc
- org.springframework.boot:spring-boot-starter-web
- org.springframework.boot:spring-boot-starter-web-services
- org.springframework.boot:spring-boot-starter-test test