|
@@ -1,8 +1,8 @@
|
|
server:
|
|
server:
|
|
servlet:
|
|
servlet:
|
|
context-path: /
|
|
context-path: /
|
|
- port: 8879
|
|
|
|
-#sa-token:
|
|
|
|
|
|
+ port: 8877
|
|
|
|
+# sa-token:
|
|
# activity-timeout: 18000
|
|
# activity-timeout: 18000
|
|
# token-name: token
|
|
# token-name: token
|
|
# token-style: tik
|
|
# token-style: tik
|
|
@@ -20,7 +20,7 @@ spring:
|
|
max-file-size: 1000MB
|
|
max-file-size: 1000MB
|
|
max-request-size: 1000MB
|
|
max-request-size: 1000MB
|
|
profiles:
|
|
profiles:
|
|
- active: dev
|
|
|
|
|
|
+ active: prod2
|
|
jackson:
|
|
jackson:
|
|
default-property-inclusion: non_null
|
|
default-property-inclusion: non_null
|
|
serialization:
|
|
serialization:
|
|
@@ -44,4 +44,4 @@ mybatis-plus:
|
|
map-underscore-to-camel-case: true
|
|
map-underscore-to-camel-case: true
|
|
cache-enabled: false
|
|
cache-enabled: false
|
|
mapper-locations: classpath:mapper/*.xml
|
|
mapper-locations: classpath:mapper/*.xml
|
|
-authorUrl: http://localhost:8880
|
|
|
|
|
|
+
|