配置改动+多客户示例
This commit is contained in:
parent
795b03a307
commit
91896095ba
|
|
@ -25,6 +25,14 @@ public class SgzbGatewayApplication implements CommandLineRunner {
|
||||||
private StringEncryptor encryptor;
|
private StringEncryptor encryptor;
|
||||||
@Override
|
@Override
|
||||||
public void run(String... args) throws Exception {
|
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 );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue