diff --git a/.gitignore b/.gitignore index 09bdfea..619d65c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,11 @@ ###################################################################### # Build Tools - +/target/ +*.log +*.class +*.idea/ +*.iml +*.DS_Store .gradle /build/ !gradle/wrapper/gradle-wrapper.jar diff --git a/.idea/vcs.xml b/.idea/vcs.xml deleted file mode 100644 index d843f34..0000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/src/main/resources/application-druid.yml b/src/main/resources/application-druid.yml index 426a48a..1fa1583 100644 --- a/src/main/resources/application-druid.yml +++ b/src/main/resources/application-druid.yml @@ -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: # 从数据源开关/默认关闭