Update X509 sample to Spring 6

This commit is contained in:
Marcus Da Coregio
2023-03-31 11:20:48 -03:00
parent f99e0e4ff0
commit f2835b0df0
4 changed files with 49 additions and 23 deletions

View File

@@ -3,6 +3,9 @@ gretty {
contextPath = "/"
fileLogEnabled = false
integrationTestTask = 'integrationTest'
httpsEnabled = true
sslKeyStorePath = 'certs/server.p12'
sslKeyStorePassword = 'password'
}
Task prepareAppServerForIntegrationTests = project.tasks.create('prepareAppServerForIntegrationTests') {