| .idea/admin.iml | ●●●●● patch | view | raw | blame | history | |
| .idea/inspectionProfiles/Project_Default.xml | ●●●●● patch | view | raw | blame | history | |
| .idea/misc.xml | ●●●●● patch | view | raw | blame | history | |
| .idea/vcs.xml | ●●●●● patch | view | raw | blame | history | |
| trading-order-admin/src/main/resources/application-dev.yml | ●●●●● patch | view | raw | blame | history | |
| trading-order-admin/src/main/resources/redisson/redisson-dev.yml | ●●●●● patch | view | raw | blame | history | |
| trading-order-admin/src/main/resources/redisson/redisson-local.yml | ●●●●● patch | view | raw | blame | history | |
| trading-order-admin/src/main/resources/redisson/redisson-spider.yml | ●●●●● patch | view | raw | blame | history | |
| trading-order-admin/target/classes/application-dev.yml | ●●●●● patch | view | raw | blame | history |
.idea/admin.iml
File was deleted .idea/inspectionProfiles/Project_Default.xml
File was deleted .idea/misc.xml
@@ -8,7 +8,5 @@ </list> </option> </component> <component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" project-jdk-name="1.8" project-jdk-type="JavaSDK"> <output url="file://$PROJECT_DIR$/out" /> </component> <component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" project-jdk-name="1.8" project-jdk-type="JavaSDK" /> </project> .idea/vcs.xml
@@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <project version="4"> <component name="VcsDirectoryMappings"> <mapping directory="" vcs="Git" /> <mapping directory="$PROJECT_DIR$" vcs="Git" /> </component> </project> trading-order-admin/src/main/resources/application-dev.yml
@@ -9,10 +9,10 @@ max-request-size: 100MB datasource: # 东八区时区 url: jdbc:mysql://localhost:3306/auyeung-root?allowMultiQueries=true&useSSL=false&useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&zeroDateTimeBehavior=convertToNull&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=GMT%2B8&nullCatalogMeansCurrent=true&rewriteBatchedStatements=true url: jdbc:mysql://localhost:3306/jys?allowMultiQueries=true&useSSL=false&useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&zeroDateTimeBehavior=convertToNull&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=GMT%2B8&nullCatalogMeansCurrent=true&rewriteBatchedStatements=true # 纽约时区 - GMT-5 username: auyeung-root password: auyeung-root username: root password: 123456 driver-class-name: com.mysql.jdbc.Driver type: com.alibaba.druid.pool.DruidDataSource druid: @@ -60,7 +60,7 @@ config-spider: classpath:redisson/redisson-spider.yml host: localhost port: 6379 password: auyeung-root # password: auyeung-root freemarker: check-template-location: false logging: @@ -102,7 +102,7 @@ maxTotal: 50 host: ${spring.redis.host} port: ${spring.redis.port} password: ${spring.redis.password} # password: ${spring.redis.password} database: 1 db: trading-order-admin/src/main/resources/redisson/redisson-dev.yml
@@ -2,7 +2,7 @@ singleServerConfig: address: redis://localhost:6379 database: 0 password: auyeung-root # password: auyeung-root idleConnectionTimeout: 10000 connectTimeout: 10000 timeout: 3000 trading-order-admin/src/main/resources/redisson/redisson-local.yml
@@ -2,7 +2,7 @@ singleServerConfig: address: redis://localhost:6379 database: 0 password: auyeung-root # password: auyeung-root idleConnectionTimeout: 10000 connectTimeout: 10000 timeout: 3000 trading-order-admin/src/main/resources/redisson/redisson-spider.yml
@@ -2,7 +2,7 @@ singleServerConfig: address: redis://localhost:6379 database: 0 password: auyeung-root # password: auyeung-root idleConnectionTimeout: 10000 connectTimeout: 10000 timeout: 3000 trading-order-admin/target/classes/application-dev.yml
@@ -60,7 +60,7 @@ config-spider: classpath:redisson/redisson-spider.yml host: localhost port: 6379 password: auyeung-root # password: auyeung-root freemarker: check-template-location: false logging: @@ -102,7 +102,7 @@ maxTotal: 50 host: ${spring.redis.host} port: ${spring.redis.port} password: ${spring.redis.password} # password: ${spring.redis.password} database: 1 db: