This commit is contained in:
2025-10-11 14:45:36 +08:00
parent a611cf09b2
commit dbf7aff587
3 changed files with 8 additions and 7 deletions

7
.gitignore vendored
View File

@@ -1,6 +1,11 @@
######################################################################
# Build Tools
/target/
*.log
*.class
*.idea/
*.iml
*.DS_Store
.gradle
/build/
!gradle/wrapper/gradle-wrapper.jar

4
.idea/vcs.xml generated
View File

@@ -1,4 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings" defaultProject="true" />
</project>

View File

@@ -6,9 +6,9 @@ spring:
druid:
# 主库数据源
master:
url: jdbc:mysql://localhost:3306/ry-vue?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
url: jdbc:mysql://192.168.1.20:3306/delivery?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
username: root
password: password
password: shzg
# 从库数据源
slave:
# 从数据源开关/默认关闭