配置改动+多客户示例

This commit is contained in:
sxu 2024-08-12 09:41:08 +08:00
parent 795b03a307
commit 91896095ba
1 changed files with 8 additions and 0 deletions

View File

@ -25,6 +25,14 @@ public class SgzbGatewayApplication implements CommandLineRunner {
private StringEncryptor encryptor;
@Override
public void run(String... args) throws Exception {
// String nacos = encrypt("Jjsp@nacos2023" );
// String mysqlNm = encrypt("root" );
// String mysqlPs = encrypt("Bonus@admin123!" );
// String redis = encrypt("Dszbns@Redis123!" );
// System.err.println( "nacos原始明文密码加密后的结果为" + nacos );
// System.err.println( "mysqlNm原始明文密码加密后的结果为" + mysqlNm );
// System.err.println( "mysqlPs原始明文密码加密后的结果为" + mysqlPs );
// System.err.println( "redis原始明文密码加密后的结果为" + redis );
}