Set the 'spring.application.name' property to 'InlineCachingApplication'.

This commit is contained in:
John Blum
2020-05-18 00:05:29 -07:00
parent c3dc0336cf
commit 9900541cfe

View File

@@ -1,5 +1,6 @@
# Spring Boot application.properties to configure the Inline Caching Example Application
spring.application.name=InlineCachingApplication
spring.data.gemfire.cache.log-level=${gemfire.log-level:error}
spring.jpa.hibernate.ddl-auto=none
spring.jpa.show-sql=false