Use Spring 6

This commit is contained in:
Marcus Da Coregio
2023-06-22 09:52:14 -03:00
parent 55ea592e93
commit 7a4ec00199
38 changed files with 108 additions and 102 deletions

View File

@@ -1,5 +1,5 @@
gretty {
servletContainer = "tomcat9"
servletContainer = "tomcat10"
contextPath = "/"
fileLogEnabled = false
integrationTestTask = 'integrationTest'
@@ -38,4 +38,4 @@ project.tasks.matching { it.name == "integrationTest" }.all {
integrationTest.systemProperty 'app.httpBaseURI', httpBaseUrl
integrationTest.systemProperty 'app.httpsBaseURI', httpsBaseUrl
}
}
}