mirror of
https://github.com/FatttSnake/Pinnacle-OA.git
synced 2026-04-05 23:11:24 +08:00
Rename application.yml, and set default settings
This commit is contained in:
@@ -1 +0,0 @@
|
||||
|
||||
7
Pinnacle/src/main/resources/application.yml
Normal file
7
Pinnacle/src/main/resources/application.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
spring:
|
||||
datasource:
|
||||
type: com.alibaba.druid.pool.DruidDataSource
|
||||
driver-class-name: com.mysql.cj.jdbc.Driver
|
||||
url: jdbc:mysql://localhost
|
||||
username: root
|
||||
password: root
|
||||
Reference in New Issue
Block a user