| | |
| | | username : postgres |
| | | password: postgres |
| | | driver-class-name: org.postgresql.Driver |
| | | paltform: POSTGRESQL |
| | | type: com.alibaba.druid.pool.DruidDataSource |
| | | # 配置监控统计拦截的filters,stat:监控统计、log4j:日志记录、wall:防御sql注入 |
| | | filters: stat,wall,log4j |
| | |
| | | slow-sql-millis: 2000 |
| | | |
| | | # mybatis |
| | | mybatis: |
| | | type-aliases-package: com.lf.server.mapper |
| | | #mybatis: |
| | | # type-aliases-package: com.lf.server.entity |
| | | # config-location: classpath:mybatis.xml |
| | | # mapper-locations: classpath:mapper/**/*.xml |
| | | |
| | | mybatis-plus: |
| | | map-underscore-to-camel-case: true |
| | | type-aliases-package: com.lf.server.entity |
| | | config-location: classpath:mybatis.xml |
| | | mapper-locations: classpath:mapper/**/*.xml |
| | | |
| | | # logging |
| | | logging: |
| | | config: classpath:logback-spring.xml |