| | |
| | | datasource: |
| | | url: jdbc:mysql://localhost:3306/ffparknew?useUnicode=true&characterEncoding=UTF-8&serverTimezone=GMT%2B8 |
| | | username: root |
| | | password: 2009Boying!@# |
| | | password: rootroot |
| | | driverClassName: com.mysql.cj.jdbc.Driver |
| | | #连接池 |
| | | hikari: |
| | |
| | | max-lifetime: 1800000 |
| | | connection-timeout: 30000 |
| | | connection-test-query: SELECT 1 |
| | | |
| | | security: |
| | | oauth2: |
| | | client: |
| | | ignore-urls: |
| | | - /webjars/** |
| | | - /v3/api-docs/** |
| | | - /doc.html |
| | | jpa: |
| | | database: mysql |
| | | show-sql: true |
| | |
| | | max-file-size: 50MB |
| | | max-request-size: 50MB |
| | | mybatis-plus: |
| | | #configuration: |
| | | #log-impl: org.apache.ibatis.logging.stdout.StdOutImpl |
| | | configuration: |
| | | log-impl: org.apache.ibatis.logging.stdout.StdOutImpl |
| | | # slf4j日志配置 |
| | | logging: |
| | | config: classpath:logback.xml |
| | |
| | | logPath: D:/FFproject/log/ |
| | | filePath: D:/FFproject/file/ |
| | | |
| | | |
| | | #项目配置 |
| | | ffzf: |
| | | ip: http://36.134.129.218:6060/ |
| | | loginIp: http://36.134.129.218:9999/auth/oauth/token |
| | | info: api/getInfo |
| | | getNumber: api/getNumber |
| | | #XTYHPAY: http://xiangniupaydev.xtbank.com:28085/ifsp-payweb/SOA/txnAccept |
| | | XTYHPAY: https://xiangniupay.xtbank.com/ifsp-payweb/SOA/txnAccept |
| | | #XTYHRESULT: http://39.96.92.240:8089/ffzf/api/getResult |
| | | XTYHRESULT: http://183.196.93.178:8089/ffzf/api/getResult |
| | | #XTYHMERID: 8202309110000001 |
| | | XTYHMERID: 8202308300000015 |
| | | XTYHMERNAME: 邯郸市峰峰矿区滏源建设发展有限公司 |
| | | XTYHAPPID: wx46e756aed958f895 |
| | | |
| | | |
| | | |
| | | |