암호화

This commit is contained in:
jaewohong
2025-11-06 12:03:56 +09:00
parent 668aca0ff9
commit aab415bf00
2 changed files with 11 additions and 2 deletions
+8 -1
View File
@@ -9,14 +9,21 @@ plugins {
group 'com.eactive'
version '4.5.1-SNAPSHOT'
def nexusUrl = "https://nexus.eactive.synology.me:8090"
def springVersion = "5.3.27"
//def quartzVersion = "2.2.1"
def queryDslVersion = "5.0.0"
def hibernateVersion = "5.6.15.Final"
def nexusUrl = "https://nexus.eactive.synology.me:8090"
def generatedJavaDir = "$buildDir/generated/java"
repositories {
maven {
url "${nexusUrl}/repository/maven-public/"
allowInsecureProtocol = true
}
}
java {
toolchain {
languageVersion = JavaLanguageVersion.of(8)
@@ -185,4 +185,6 @@ public class AES256Cipher {
}
}