diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index ed8665d..3032b84 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -12,6 +12,12 @@ spring: username: developer password: developer driver-class-name: com.mysql.cj.jdbc.Driver +# +# url: jdbc:mysql://127.0.0.1:3306/wms_szkt?characterEncoding=utf8&serverTimezone=Asia/Shanghai&allowMultiQueries=true&rewriteBatchedStatements=true +# username: root +# password: Root123456 +# driver-class-name: com.mysql.cj.jdbc.Driver + # 宝开服务器--内网 # url: jdbc:mysql://192.168.3.254:3306/wms_kate_suzhou?characterEncoding=utf8&serverTimezone=Asia/Shanghai&allowMultiQueries=true&rewriteBatchedStatements=true # username: coder