Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```