In memory compiler 로 변경, 기동시 스크립트 로딩 추가
This commit is contained in:
@@ -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'
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user