Loads icon as base64 string from icon/icon.png into 'info.build.icon' property
Gradle
compile('com.github.iconloader:icon-loader:0.0.3')
repositories {
maven {
url "http://dl.bintray.com/thomasbem/maven"
}
}
- Add an image called icon/icon.png to the src/main/resources folder
- Add
@EnableIcon
to the Application-class (the class containing the@SpringBootApplication
).