mirror of
https://github.com/PlayEdu/PlayEdu
synced 2025-07-23 17:49:34 +08:00
added: config example
This commit is contained in:
parent
e686340ce6
commit
226cfe9fb2
4
src/main/resources/application.example
Normal file
4
src/main/resources/application.example
Normal file
@ -0,0 +1,4 @@
|
||||
spring.datasource.url=jdbc:mysql://127.0.0.1:33060/playedu
|
||||
spring.datasource.username=root
|
||||
spring.datasource.password=root
|
||||
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
|
Loading…
x
Reference in New Issue
Block a user