|
@@ -64,9 +64,12 @@ public class ItsOpServerApplicationTests {
|
|
log.info(" ROTA: {}", encryptor.encrypt("ROTA"));
|
|
log.info(" ROTA: {}", encryptor.encrypt("ROTA"));
|
|
log.info(" rota: {}", encryptor.encrypt("rota"));
|
|
log.info(" rota: {}", encryptor.encrypt("rota"));
|
|
log.info(" rutis: {}", encryptor.encrypt("rutis"));
|
|
log.info(" rutis: {}", encryptor.encrypt("rutis"));
|
|
- log.info(" yiits: {}", encryptor.encrypt("yiits"));
|
|
|
|
|
|
+ log.info(" yiits: {}", encryptor.encrypt("yiits")); // bis/its 동일한 id/pwd
|
|
log.info("yonginits: {}", encryptor.encrypt("yonginits"));
|
|
log.info("yonginits: {}", encryptor.encrypt("yonginits"));
|
|
log.info("yiits2094: {}", encryptor.encrypt("yiits2094"));
|
|
log.info("yiits2094: {}", encryptor.encrypt("yiits2094"));
|
|
|
|
+ /**
|
|
|
|
+ * 20231201: BIS DB 서버 이관에 따른 디비정보 변경 to yml
|
|
|
|
+ */
|
|
log.info(" yibis: {}", encryptor.encrypt("yibis"));
|
|
log.info(" yibis: {}", encryptor.encrypt("yibis"));
|
|
}
|
|
}
|
|
|
|
|