diff --git a/generator-code/src/main/resources/application.yml b/generator-code/src/main/resources/application.yml index d3cb52a..a565461 100644 --- a/generator-code/src/main/resources/application.yml +++ b/generator-code/src/main/resources/application.yml @@ -8,6 +8,7 @@ spring: name: generator-code thymeleaf: check-template-location: false + prefix: classpath:/static/ datasource: type: com.zaxxer.hikari.HikariDataSource diff --git a/generator-code/src/main/resources/templates/index.html b/generator-code/src/main/resources/static/index.html similarity index 56% rename from generator-code/src/main/resources/templates/index.html rename to generator-code/src/main/resources/static/index.html index 5aaf9aa..4e8cc9b 100644 --- a/generator-code/src/main/resources/templates/index.html +++ b/generator-code/src/main/resources/static/index.html @@ -1,16 +1,16 @@ - - -
- - - -