| | |
| | | #数据库 |
| | | spring: |
| | | datasource: |
| | | # type: com.alibaba.druid.pool.DruidDataSource |
| | | druid: |
| | | db-type: POSTGRE_SQL |
| | | type: com.alibaba.druid.pool.DruidDataSource |
| | | driver-class-name: com.highgo.jdbc.Driver |
| | | # url: jdbc:dm://localhost:5236/SYSDBA?rewriteBatchedStatements=true&zeroDateTimeBehavior=convertToNull&useUnicode=true&characterEncoding=utf-8 |
| | | url: jdbc:highgo://localhost:5866/test?rewriteBatchedStatements=true&zeroDateTimeBehavior=convertToNull&useUnicode=true&characterEncoding=utf-8 |
| | | url: jdbc:highgo://192.168.10.183:5866/highgo?rewriteBatchedStatements=true&zeroDateTimeBehavior=convertToNull&useUnicode=true&characterEncoding=utf-8 |
| | | username: sysdba |
| | | password: Lmx&8688139 |
| | | maxIdel: 60 |