Experiment using different methods of declaring the Spring Boot Gradle Plugin for the spring-session-sample-boot-gemfire module."

This commit is contained in:
John Blum
2023-06-13 15:43:06 -07:00
parent 59e4c84ed3
commit a358a82a3b

View File

@@ -1,4 +1,9 @@
// plugins {
// id 'org.springframework.boot'
// }
apply plugin: 'io.spring.convention.spring-sample-boot'
// apply plugin: 'io.spring.convention.spring-sample'
apply plugin: "gemfire-server"
apply plugin: "application"