Update X509 sample to Spring 6
This commit is contained in:
@@ -3,6 +3,9 @@ gretty {
|
||||
contextPath = "/"
|
||||
fileLogEnabled = false
|
||||
integrationTestTask = 'integrationTest'
|
||||
httpsEnabled = true
|
||||
sslKeyStorePath = 'certs/server.p12'
|
||||
sslKeyStorePassword = 'password'
|
||||
}
|
||||
|
||||
Task prepareAppServerForIntegrationTests = project.tasks.create('prepareAppServerForIntegrationTests') {
|
||||
|
||||
Reference in New Issue
Block a user