diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 897f18d..4b21dc0 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -2,15 +2,11 @@ server: port: 8080 servlet: context-path: "/hotel" -# ssl: -# key-store: classpath:mafangui.cn.jks -# key-store-password: 98cy27738t8 -# key-store-type: JKS spring: datasource: driver-class-name: com.mysql.jdbc.Driver username: root - password: liyiyong1997 + password: 8888 url: jdbc:mysql://localhost:3306/hotel?useUnicode=true&characterEncoding=UTF-8&zeroDateTimeBehavior=convertToNull&useSSL=true mybatis: type-aliases-package: classpath*:cn.mafangui.hotel.entity