diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index d0bf0e2..2c52901 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -29,4 +29,7 @@ spring.datasource.initialization-mode=always # Thymeleaf spring.thymeleaf.prefix=classpath:/templates/ spring.thymeleaf.suffix=.html -spring.resources.add-mappings=true \ No newline at end of file +spring.resources.add-mappings=true + +# banner +spring.banner.location: classpath:/static/ironoc-banner.txt