| | |
| | | - classpath:/templates |
| | | # 设置静态文件路径,js,css等 |
| | | mvc: |
| | | static-path-pattern: C:\Users\root\Desktop\** |
| | | static-path-pattern: /** |
| | | #Spring Boot 2.6+后映射匹配的默认策略已从AntPathMatcher更改为PathPatternParser,需要手动指定为ant-path-matcher |
| | | pathmatch: |
| | | matching-strategy: ant_path_matcher |
| | |
| | | connectionProperties: druid.stat.mergeSql\=true;druid.stat.slowSqlMillis\=5000 |
| | | datasource: |
| | | master: |
| | | url: jdbc:sqlserver://127.0.0.1:1433;databasename=LXZN_TEST_430_NEW |
| | | url: jdbc:sqlserver://192.168.1.118:1433;databasename=LXZN_TEST_430 |
| | | # url: jdbc:sqlserver://localhost:1433;databasename=LXZN_TEST_430 |
| | | # url: jdbc:sqlserver://192.168.124.118:1433;databasename=EAM_430_TEST |
| | | username: sa |
| | | password: |
| | | password: 123 |
| | | driverClassName: com.microsoft.sqlserver.jdbc.SQLServerDriver |
| | | # 多数据源配置 |
| | | #multi-datasource1: |
| | |
| | | database: 0 |
| | | host: 127.0.0.1 |
| | | port: 6379 |
| | | password: "123456" |
| | | password: |
| | | #mybatis plus 设置 |
| | | mybatis-plus: |
| | | mapper-locations: classpath*:org/jeecg/modules/**/xml/*Mapper.xml |