now we can serve json or html dependent on the req accept header

This commit is contained in:
Yvan 2025-01-24 11:06:37 +00:00
parent 8cdbc11d92
commit 961c878cbf
5 changed files with 65 additions and 20 deletions

View file

@ -23,6 +23,7 @@ ext {
}
dependencies {
implementation 'org.apache.tomcat.embed:tomcat-embed-jasper'
implementation 'org.springframework.boot:spring-boot-starter-data-rest'
implementation 'org.springframework.boot:spring-boot-starter-groovy-templates'
implementation 'org.springframework.boot:spring-boot-starter-web'