Commit 105a739000b65ba1ca131afbf2059d27d3c73aa3
1 parent
0c92a388
测试配置文件添加车辆充电量导入表上传路径。
Showing
1 changed file
with
46 additions
and
44 deletions
src/main/resources/application-test.properties
| 1 | -server.port=9088 | |
| 2 | - | |
| 3 | -# dubbo\uFFFD\uFFFD\uFFFD\uFFFD\u02B9\uFFFD\u00FF\uFFFD\uFFFD\uFFFDflag | |
| 4 | -dubbo.use=false | |
| 5 | - | |
| 6 | -#JPA | |
| 7 | -spring.jpa.hibernate.ddl-auto= none | |
| 8 | -spring.jpa.hibernate.naming.implicit-strategy=org.hibernate.boot.model.naming.ImplicitNamingStrategyLegacyHbmImpl | |
| 9 | -spring.jpa.hibernate.naming.physical-strategy=org.springframework.boot.orm.jpa.hibernate.SpringPhysicalNamingStrategy | |
| 10 | -spring.jpa.database= MYSQL | |
| 11 | -spring.jpa.properties.hibernate.enable_lazy_load_no_trans=true | |
| 12 | -spring.jpa.show-sql= false | |
| 13 | -spring.jpa.properties.hibernate.dialect= org.hibernate.spatial.dialect.mysql.MySQL56InnoDBSpatialDialect | |
| 14 | - | |
| 15 | -#DATABASE | |
| 16 | -spring.datasource.driver-class-name= com.mysql.cj.jdbc.Driver | |
| 17 | -spring.datasource.url= jdbc:mysql://10.10.150.101/lg_control?useUnicode=true&characterEncoding=utf-8&useSSL=true&serverTimezone=Asia/Shanghai | |
| 18 | -spring.datasource.username= root | |
| 19 | -spring.datasource.password= A123456ab | |
| 20 | -spring.datasource.type= com.zaxxer.hikari.HikariDataSource | |
| 21 | - | |
| 22 | -#DATASOURCE SETTING | |
| 23 | -spring.datasource.hikari.minimum-idle= 8 | |
| 24 | -spring.datasource.hikari.maximum-pool-size= 100 | |
| 25 | -#spring.datasource.hikari.auto-commit= true | |
| 26 | -spring.datasource.hikari.idle-timeout= 60000 | |
| 27 | -#spring.datasource.hikari.pool-name= HikariPool | |
| 28 | -spring.datasource.hikari.max-lifetime= 1800000 | |
| 29 | -spring.datasource.hikari.connection-timeout= 3000 | |
| 30 | -spring.datasource.hikari.connection-test-query= SELECT 1 | |
| 31 | -spring.datasource.hikari.validation-timeout= 3000 | |
| 32 | -spring.datasource.hikari.register-mbeans=true | |
| 33 | - | |
| 34 | -sso.enabled= true | |
| 35 | -sso.systemcode = SYSUS023 | |
| 36 | -sso.http.url.login= http://10.10.200.142:9112/login?redirect=%2Findex | |
| 37 | -sso.http.url.logout= http://10.10.200.142:9112/login?redirect=%2Findex | |
| 38 | -sso.http.url.auth= http://10.10.200.142:9112/prod-api/system/utilitySystem/checkToken | |
| 39 | - | |
| 40 | -dc.imgurl= E:/klimg | |
| 41 | -dc.profile= profile | |
| 42 | - | |
| 43 | -baidu.ak=AYiBOs3f9qBQFhdKFsaboX6CfObmKwRP | |
| 44 | -passengerFlow.url = http://127.0.0.1:9999/images/ | |
| 45 | 1 | \ No newline at end of file |
| 2 | +server.port=9088 | |
| 3 | + | |
| 4 | +# dubbo\uFFFD\uFFFD\uFFFD\uFFFD\u02B9\uFFFD\u00FF\uFFFD\uFFFD\uFFFDflag | |
| 5 | +dubbo.use=false | |
| 6 | + | |
| 7 | +#JPA | |
| 8 | +spring.jpa.hibernate.ddl-auto= none | |
| 9 | +spring.jpa.hibernate.naming.implicit-strategy=org.hibernate.boot.model.naming.ImplicitNamingStrategyLegacyHbmImpl | |
| 10 | +spring.jpa.hibernate.naming.physical-strategy=org.springframework.boot.orm.jpa.hibernate.SpringPhysicalNamingStrategy | |
| 11 | +spring.jpa.database= MYSQL | |
| 12 | +spring.jpa.properties.hibernate.enable_lazy_load_no_trans=true | |
| 13 | +spring.jpa.show-sql= false | |
| 14 | +spring.jpa.properties.hibernate.dialect= org.hibernate.spatial.dialect.mysql.MySQL56InnoDBSpatialDialect | |
| 15 | + | |
| 16 | +#DATABASE | |
| 17 | +spring.datasource.driver-class-name= com.mysql.cj.jdbc.Driver | |
| 18 | +spring.datasource.url= jdbc:mysql://10.10.150.101/lg_control?useUnicode=true&characterEncoding=utf-8&useSSL=true&serverTimezone=Asia/Shanghai | |
| 19 | +spring.datasource.username= root | |
| 20 | +spring.datasource.password= A123456ab | |
| 21 | +spring.datasource.type= com.zaxxer.hikari.HikariDataSource | |
| 22 | + | |
| 23 | +#DATASOURCE SETTING | |
| 24 | +spring.datasource.hikari.minimum-idle= 8 | |
| 25 | +spring.datasource.hikari.maximum-pool-size= 100 | |
| 26 | +#spring.datasource.hikari.auto-commit= true | |
| 27 | +spring.datasource.hikari.idle-timeout= 60000 | |
| 28 | +#spring.datasource.hikari.pool-name= HikariPool | |
| 29 | +spring.datasource.hikari.max-lifetime= 1800000 | |
| 30 | +spring.datasource.hikari.connection-timeout= 3000 | |
| 31 | +spring.datasource.hikari.connection-test-query= SELECT 1 | |
| 32 | +spring.datasource.hikari.validation-timeout= 3000 | |
| 33 | +spring.datasource.hikari.register-mbeans=true | |
| 34 | + | |
| 35 | +sso.enabled= true | |
| 36 | +sso.systemcode = SYSUS023 | |
| 37 | +sso.http.url.login= http://10.10.200.142:9112/login?redirect=%2Findex | |
| 38 | +sso.http.url.logout= http://10.10.200.142:9112/login?redirect=%2Findex | |
| 39 | +sso.http.url.auth= http://10.10.200.142:9112/prod-api/system/utilitySystem/checkToken | |
| 40 | + | |
| 41 | +dc.imgurl= E:/klimg | |
| 42 | +dc.profile= profile | |
| 43 | + | |
| 44 | +baidu.ak=AYiBOs3f9qBQFhdKFsaboX6CfObmKwRP | |
| 45 | +passengerFlow.url = http://127.0.0.1:9999/images/ | |
| 46 | + | |
| 47 | +electricity.importFile.path= E:/elecImportFile | ... | ... |