| | |
| | | datasource: |
| | | type: com.alibaba.druid.pool.DruidDataSource |
| | | driver-class-name: oracle.jdbc.OracleDriver |
| | | url: jdbc:oracle:thin:@192.168.1.104:1521/ORCL |
| | | url: jdbc:oracle:thin:@122.226.249.238:5936/ORCL |
| | | username: zmz_prd |
| | | password: zmzprd |
| | | druid: |
| | |
| | | map-underscore-to-camel-case: true |
| | | jdbc-type-for-null: 'null' |
| | | type-aliases-package: com.gs.xky.entity.* |
| | | mapper-locations: classpath:mapper/*.xml |
| | | mapper-locations: classpath:mapper/*.xml |
| | | |
| | | logging: |
| | | level: |
| | | root: info |
| | | com.gs.xky.service.XkyService: debug # 指定 XkyService 记录 debug 级别的日志 |
| | | file: |
| | | name: logs/xky_service.log # 指定日志文件路径 |
| | | pattern: |
| | | file: "%d{yyyy-MM-dd HH:mm:ss} [%thread] %-5level %logger{36} - %msg%n" |
| | | console: "%d{yyyy-MM-dd HH:mm:ss} [%thread] %-5level %logger{36} - %msg%n" |