@@ -165,7 +165,7 @@
</dependencies>
<build>
- <finalName>PAS_TEST</finalName>
+ <finalName>PAS_PROD2.0</finalName>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
@@ -12,7 +12,7 @@ spring:
max-wait: -1ms
timeout: 2000ms
datasource:
- url: jdbc:mysql://47.101.137.223:3306/pas?autoReconnect=true&useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=CONVERT_TO_NULL&useSSL=false&serverTimezone=GMT%2B8
+ url: jdbc:mysql://47.101.137.223:3306/pas_history?autoReconnect=true&useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=CONVERT_TO_NULL&useSSL=false&serverTimezone=GMT%2B8
username: root
password: TU5x6IeBi7rl
driver-class-name: com.mysql.cj.jdbc.Driver
@@ -0,0 +1,26 @@
+spring:
+ redis:
+ host: 47.101.137.223
+ port: 6379
+ database: 3
+ password: Xx0GWxdWQJxx6Swe
+ lettuce:
+ pool:
+ max-active: 20
+ max-idle: 20
+ min-idle: 0
+ max-wait: -1ms
+ timeout: 2000ms
+ datasource:
+ url: jdbc:mysql://47.101.137.223:3306/pas-history?autoReconnect=true&useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=CONVERT_TO_NULL&useSSL=false&serverTimezone=GMT%2B8
+ username: root
+ password: TU5x6IeBi7rl
+ driver-class-name: com.mysql.cj.jdbc.Driver
+ type: com.alibaba.druid.pool.DruidDataSource
+ druid:
+ stat-view-servlet:
+ login-username: admin
+ login-password: 123456
+ web-stat-filter:
+ exclusions: "*.js,*.gif,*.jpg,*.png,*.css,*.ico,/druid/*"
+PCS: http://139.224.24.90:83/
@@ -1,7 +1,7 @@
server:
servlet:
context-path: /
- port: 8879
+ port: 8877
#sa-token:
# activity-timeout: 18000
# token-name: token
@@ -20,7 +20,7 @@ spring:
max-file-size: 1000MB
max-request-size: 1000MB
profiles:
- active: dev
+ active: prod2
jackson:
default-property-inclusion: non_null
serialization:
@@ -44,4 +44,7 @@ mybatis-plus:
map-underscore-to-camel-case: true
cache-enabled: false
mapper-locations: classpath:mapper/*.xml
-authorUrl: http://localhost:8880
+authorUrl: http://localhost:8871
+