| | |
| | | connectionProperties: druid.stat.mergeSql\=true;druid.stat.slowSqlMillis\=5000 |
| | | datasource: |
| | | master: |
| | | url: jdbc:sqlserver://195.0.1.10:1433;databasename=SSGX_kns |
| | | username: sa |
| | | password: Sa123456789 |
| | | driverClassName: com.microsoft.sqlserver.jdbc.SQLServerDriver |
| | | url: jdbc:postgresql://192.168.253.133:5432/ai_service?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai |
| | | username: postgres |
| | | password: ABC@13579 |
| | | driverClassName: org.postgresql.Driver |
| | | #redis 配置 |
| | | redis: |
| | | database: 0 |
| | | host: 127.0.0.1 |
| | | port: 6379 |
| | | password: |
| | | password: '' |
| | | #mybatis plus 设置 |
| | | mybatis-plus: |
| | | mapper-locations: classpath*:org/jeecg/modules/**/xml/*Mapper.xml |
| | |
| | | pc: http://localhost:3100 |
| | | app: http://localhost:8051 |
| | | path: |
| | | #文件上传根目录 设置 |
| | | #文件上传根目录设置 |
| | | upload: C://opt//upFiles |
| | | #webapp文件路径 |
| | | webapp: C://opt//upFiles |