mirror of
https://github.com/suyiiyii/SIMS.git
synced 2026-06-23 15:46:53 +08:00
Merge remote-tracking branch 'origin/wr' into wr
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
# datasource
|
||||
spring:
|
||||
profiles:
|
||||
active: prod
|
||||
datasource:
|
||||
url: ${DATASOURCE_URL}
|
||||
username: ${DATASOURCE_USERNAME}
|
||||
password: ${DATASOURCE_PASSWORD}
|
||||
driver-class-name: ${DATASOURCE_DRIVER_CLASS_NAME}
|
||||
|
||||
|
||||
auto-table:
|
||||
enable: true
|
||||
model-package: top.suyiiyii.sims.entity
|
||||
Reference in New Issue
Block a user