diff --git a/src/main/resources/application-prod.yml b/src/main/resources/application-prod.yml deleted file mode 100644 index 99e4e84..0000000 --- a/src/main/resources/application-prod.yml +++ /dev/null @@ -1,17 +0,0 @@ -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: 1997liyiyong - url: jdbc:mysql://localhost:3306/hotel?useUnicode=true&characterEncoding=UTF-8&zeroDateTimeBehavior=convertToNull -mybatis: - type-aliases-package: classpath*:cn.mafangui.hotel.entity - mapper-locations: classpath*:mybatis/mapper/*.xml