-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Apply jasypt hoho #9
Conversation
@Test | ||
fun execute() { | ||
stringEncryptor.encrypt(plainText).let { encrypted -> | ||
println(encrypted) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit: μ μλ μ¬κΈ° println μμ΄μ
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
μκ±° λ€λ₯Έ μνΈν ν λ³μ μμΌλ©΄ μ΄ ν μ€νΈ μ½λ μ¨μ νλΌλ μλ―Έλ‘ λ‘κ·Έ μ°νκ² ν΄λ κ²!
build.gradle.kts
Outdated
@@ -29,7 +29,9 @@ subprojects { | |||
dependencies { | |||
implementation("org.springframework.boot:spring-boot-starter") | |||
implementation("org.jetbrains.kotlin:kotlin-reflect") | |||
implementation("com.github.ulisesbocchio:jasypt-spring-boot-starter:3.0.5") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
λ²μ λ°λ‘ λΉΌλ μ’μ κ² κ°μμ©
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ππΌββοΈ
π Changes
π§ββοΈ To Reviewers
π Related Issues (optional)
π Check List