|
|
@@ -1,6 +1,8 @@
|
|
|
server:
|
|
|
port: 8081
|
|
|
spring:
|
|
|
+ main:
|
|
|
+ allow-bean-definition-overriding: true
|
|
|
redis:
|
|
|
redisson:
|
|
|
address: redis://192.168.0.250:6379
|
|
|
@@ -18,4 +20,11 @@ mybatis-plus:
|
|
|
configuration:
|
|
|
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
|
|
|
config:
|
|
|
- sso: 0
|
|
|
+ sso: 0
|
|
|
+
|
|
|
+
|
|
|
+minio:
|
|
|
+ url: http://192.168.0.250:9000
|
|
|
+ access-key: v7Zb8XhyLcYNcSHlxvyK
|
|
|
+ secret-key: 58YibMwpxGKtXcekPL065OM4GonC1hf2tFMjI9EN
|
|
|
+ bucket-name: jzg
|