Добавлен TomcatStarter

This commit is contained in:
2024-07-02 18:19:30 +03:00
parent 410ea4d826
commit 306ae182c1
9 changed files with 158 additions and 46 deletions

View File

@ -35,6 +35,8 @@ repositories {
dependencies {
implementation 'javax.servlet:javax.servlet-api:3.1.0'
testCompileClasspath 'org.junit.jupiter:junit-jupiter:5.8.2'
testImplementation 'org.apache.tomcat.embed:tomcat-embed-core:9.0.76'
testImplementation 'org.apache.tomcat.embed:tomcat-embed-jasper:9.0.76'
runtimeClasspath files(ncoreGenerateControlDataJar)
runtimeClasspath files(genJar)
annotationProcessor 'biz.redsoft.ncore:ncoreAnnotationProcessor:1.0.+'