mirror of
https://gitee.com/lxp135/minio-plus.git
synced 2025-12-07 09:28:24 +08:00
修改数据库默认密码。
This commit is contained in:
parent
5ca163bd68
commit
2308a64448
@ -16,6 +16,12 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>me.liuxp</groupId>
|
<groupId>me.liuxp</groupId>
|
||||||
<artifactId>minio-plus-all-spring-boot-starter</artifactId>
|
<artifactId>minio-plus-all-spring-boot-starter</artifactId>
|
||||||
|
<exclusions>
|
||||||
|
<exclusion>
|
||||||
|
<artifactId>okhttp</artifactId>
|
||||||
|
<groupId>com.squareup.okhttp3</groupId>
|
||||||
|
</exclusion>
|
||||||
|
</exclusions>
|
||||||
</dependency>
|
</dependency>
|
||||||
<!--Swagger工具包 knife4j -->
|
<!--Swagger工具包 knife4j -->
|
||||||
<dependency>
|
<dependency>
|
||||||
|
|||||||
@ -29,7 +29,7 @@ spring:
|
|||||||
#用户名
|
#用户名
|
||||||
username: minio
|
username: minio
|
||||||
#密码
|
#密码
|
||||||
password: daklsdjf112
|
password: dkjlasd94934#!
|
||||||
##################################################################
|
##################################################################
|
||||||
# 日志配置
|
# 日志配置
|
||||||
##################################################################
|
##################################################################
|
||||||
|
|||||||
@ -31,7 +31,7 @@ spring:
|
|||||||
#用户名
|
#用户名
|
||||||
username: minio
|
username: minio
|
||||||
#密码
|
#密码
|
||||||
password: daklsdjf112
|
password: dkjlasd94934#!
|
||||||
##################################################################
|
##################################################################
|
||||||
# 日志配置
|
# 日志配置
|
||||||
##################################################################
|
##################################################################
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user