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