Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/helloimalemur/java-springboot-mysql
Spring MySQL example implementation
https://github.com/helloimalemur/java-springboot-mysql
java mysql spring-boot
Last synced: 5 days ago
JSON representation
Spring MySQL example implementation
- Host: GitHub
- URL: https://github.com/helloimalemur/java-springboot-mysql
- Owner: helloimalemur
- License: mit
- Created: 2022-08-19T18:57:46.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2022-09-30T21:04:09.000Z (about 2 years ago)
- Last Synced: 2023-03-03T19:20:35.380Z (over 1 year ago)
- Topics: java, mysql, spring-boot
- Language: Java
- Homepage:
- Size: 102 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# java-springboot-mysql
Java / Spring Boot MySQL database connection exampleUsed with Docker MySQL instance for Koonts.net
1. Use Gradle to run/build
2. Pulls application.properties from ~/.java-springboot-mysql/application.propertiesRun non-root;
```bash <(curl -s https://raw.githubusercontent.com/helloimalemur/java-springboot-mysql/master/src/main/java/install.sh)```