| 1234567891011121314151617181920212223242526272829303132333435363738 |
- server:
- port: 8099
- servlet:
- context-path: /wx
- spring:
- application:
- name: wx
- main:
- allow-circular-references: true
- datasource:
- username: root
- # password: Chuanghai_2021.
- password: root
- url: jdbc:mysql://localhost:3306/wxpush?characterEncoding=UTF-8&useSSL=false&useUnicode=true&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai
- driver-class-name: com.mysql.cj.jdbc.Driver
- mybatis-plus:
- mapper-locations: classpath:/mapper/ihotel/*.xml
- global-config:
- db-config:
- id-type: assign_id
- # configuration:
- # 关闭sql打印
- # log-impl: org.apache.ibatis.logging.nologging.NoLoggingImpl
- logging:
- level:
- com.chuanghai: debug
- # 微校配置-学生肖像
- weixiao:
- app-key: DB60250B489345ED
- app-secret: 68ED5D4B98DD8817C1558A8FCAF9D1BF
- ocode: 1015730314
|