now we can serve json or html dependent on the req accept header
This commit is contained in:
parent
8cdbc11d92
commit
961c878cbf
5 changed files with 65 additions and 20 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue