|
@@ -0,0 +1,44 @@
|
|
|
+server:
|
|
|
+ port: 7000
|
|
|
+
|
|
|
+logging:
|
|
|
+ level:
|
|
|
+ org.springframework.web: INFO
|
|
|
+ com.liangjiang11.wx.cp: DEBUG
|
|
|
+ me.chanjar.weixin: DEBUG
|
|
|
+
|
|
|
+foo:
|
|
|
+ datasource:
|
|
|
+ #spring.datasource.url = jdbc:mysql://localhost:3306/wechat?useUnicode=true&characterEncoding=utf-8&useSSL=true
|
|
|
+ #spring.datasource.username = root
|
|
|
+ #spring.datasource.password = root
|
|
|
+ # url: jdbc:mysql://192.168.50.41:3306/wechat?useUnicode=true&characterEncoding=utf-8
|
|
|
+ # username: cdh
|
|
|
+ # password: CDH360lj#com2019
|
|
|
+ # driver-class-name: com.mysql.jdbc.Driver
|
|
|
+ url: jdbc:sqlserver://219.128.77.86:1433; DatabaseName=qywechattest
|
|
|
+ username: test
|
|
|
+ password: 360ljtest!
|
|
|
+ driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver
|
|
|
+
|
|
|
+bar:
|
|
|
+ datasource:
|
|
|
+ url: jdbc:sqlserver://219.128.77.96:1433; DatabaseName=YPassport
|
|
|
+ username: caixukun
|
|
|
+ password: cxk@membercenter!@#
|
|
|
+ driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver
|
|
|
+wechat:
|
|
|
+ cp:
|
|
|
+ corpId: ww08ba7529fb06a064
|
|
|
+ appConfigs:
|
|
|
+ - agentId: 1000004
|
|
|
+ secret: 3whtB0Z8Px1iQ_9SDs4P65I-5apuuA1lJg4Wv90foIY
|
|
|
+ token: Fh9jrzyLqL1
|
|
|
+ aesKey: 6d7562bCSWGQy5V6fI2RwDWr9jIywr4lzjVPq2Ud2n7
|
|
|
+mybatis-plus:
|
|
|
+ mapper-locations: classpath*:mapper/*Mapper.xml
|
|
|
+ type-aliases-package: java.com.liangjiang11.wx.cp.dao.foo
|
|
|
+ global-config.refresh-mapper: true
|
|
|
+#spring:
|
|
|
+# aop:
|
|
|
+# proxy-target-class: true
|