update: application.yml

This commit is contained in:
2024-02-17 14:58:32 +08:00
parent fdcde7bdfd
commit 25db5baa9b
2 changed files with 4 additions and 4 deletions

View File

@@ -42,7 +42,7 @@ public class DruidEncryptUtil {
}
public static void main(String[] args) throws Exception {
String encrypt = encrypt("1611");
String encrypt = encrypt("$LDQ20020618xxx$");
System.out.println("encrypt:"+encrypt);
}
}

View File

@@ -3,9 +3,9 @@ server:
spring:
datasource:
username: root
password: KDEXuVoWQo5HqGrcNtddAVewaH/HhW5KA5ZOqFSxzvv9/UsRALTvVG/cDT7Dpyqd39i8MqRbrpIxxCrGKK0IHg==
password: iPHzskWvLGI2TrPw2AV7pu4C8O4bfxSSeQrkIqq0ZwM5tpBmx4aI6xN/8xjYgSmIir5v2Cv35Fn2732AypFKww==
driver-class-name: com.mysql.cj.jdbc.Driver
url: jdbc:mysql://localhost:3306/jc-club?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=utf8&useSSL=true
url: jdbc:mysql://47.108.158.61:3306/jc-club?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=utf8&useSSL=true
type: com.alibaba.druid.pool.DruidDataSource
druid:
initial-size: 20
@@ -27,7 +27,7 @@ spring:
enabled: true
config:
enabled: true
publicKey: MFwwDQYJKoZIhvcNAQEBBQADSwAwSAJBANTIIARobM6yJvDThAMZo6W185Kr4MMNqJosKZiJLbpEz2F5dQAmJSjpyyYe7o4s4Pbekspk9LD5PNOSs6U4TvsCAwEAAQ==
publicKey: MFwwDQYJKoZIhvcNAQEBBQADSwAwSAJBAKsYR+P7j9DehNkZaLxNeeoqU6ThCw3SNYCoPt1S7yeP1gEzpdS1cCQcz7/7OLQI/iFFjIJgXQDM2CA85yIomTMCAwEAAQ==
logging:
config: classpath:log4j2-spring.xml