Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/notsfsssf/blake
spring boot app,restful api
https://github.com/notsfsssf/blake
Last synced: 25 days ago
JSON representation
spring boot app,restful api
- Host: GitHub
- URL: https://github.com/notsfsssf/blake
- Owner: Notsfsssf
- Created: 2019-07-06T09:10:02.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-06-21T01:25:01.000Z (over 2 years ago)
- Last Synced: 2024-10-08T15:48:36.587Z (about 1 month ago)
- Language: Java
- Size: 58.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# blake
mysql:
`CREATE DATABASE BLOG`
yml:
```
spring:
datasource:
url: jdbc:mysql://localhost:3306/blog?serverTimezone=UTC
username: root
password: 1122
driver-class-name: com.mysql.cj.jdbc.Driver
```