Now generating RSA keys.

This commit is contained in:
Yvan 2025-02-04 00:03:08 +00:00
parent b218591ea7
commit 2d026711c1
3 changed files with 62 additions and 10 deletions

View file

@ -33,6 +33,7 @@ dependencies {
implementation 'org.springframework.boot:spring-boot-starter-actuator'
implementation 'org.springframework.shell:spring-shell-starter'
implementation 'org.postgresql:postgresql'
implementation 'org.bouncycastle:bcpkix-jdk18on:1.76'
implementation 'org.thymeleaf:thymeleaf-spring5:3.1.2.RELEASE'
testImplementation 'org.springframework.boot:spring-boot-starter-test'
testImplementation 'io.projectreactor:reactor-test'