In memory compiler 로 변경, 기동시 스크립트 로딩 추가

This commit is contained in:
yunjy
2022-08-19 14:17:06 +09:00
parent 83568bd9d5
commit 9ce8bd619f
6 changed files with 58 additions and 31 deletions
+2
View File
@@ -22,11 +22,13 @@ dependencies {
implementation 'org.springframework.boot:spring-boot-starter-thymeleaf'
implementation 'nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect'
// implementation 'com.github.darrachequesne:spring-data-jpa-datatables:5.1.0'
implementation 'org.apache.commons:commons-lang3:3.10'
implementation 'commons-io:commons-io:2.6'
implementation 'com.jayway.jsonpath:json-path:2.4.0'
implementation 'io.netty:netty-all:4.1.60.Final'
runtimeOnly 'com.h2database:h2'
implementation 'org.mdkt.compiler:InMemoryJavaCompiler:1.3.0'
testImplementation 'org.springframework.boot:spring-boot-starter-test'
}