Polish "Add encoding support for git and build properties"

Closes gh-10771
This commit is contained in:
Stephane Nicoll
2018-10-10 13:20:44 +02:00
parent f7a4a56fba
commit c91d9bfda8
6 changed files with 72 additions and 26 deletions

View File

@@ -98,7 +98,9 @@ content into your application. Rather, pick only the properties that you need.
spring.hazelcast.config= # The location of the configuration file to use to initialize Hazelcast.
# PROJECT INFORMATION ({sc-spring-boot-autoconfigure}/info/ProjectInfoProperties.{sc-ext}[ProjectInfoProperties])
spring.info.build.encoding=UTF-8 # File encoding.
spring.info.build.location=classpath:META-INF/build-info.properties # Location of the generated build-info.properties file.
spring.info.git.encoding=UTF-8 # File encoding.
spring.info.git.location=classpath:git.properties # Location of the generated git.properties file.
# JMX