Now generating templated JSON actor and webfinger responses, which work against a Mastodon user search... the borrowed Thymeleaf config stuff to enable JSON templating has broken the HTML templating though. Sigh.
This commit is contained in:
parent
614b3a48dd
commit
5f9f024904
10 changed files with 260 additions and 57 deletions
|
|
@ -33,6 +33,7 @@ dependencies {
|
|||
implementation 'org.springframework.boot:spring-boot-starter-actuator'
|
||||
implementation 'org.springframework.shell:spring-shell-starter'
|
||||
implementation 'org.postgresql:postgresql'
|
||||
implementation 'org.thymeleaf:thymeleaf-spring5:3.1.2.RELEASE'
|
||||
testImplementation 'org.springframework.boot:spring-boot-starter-test'
|
||||
testImplementation 'io.projectreactor:reactor-test'
|
||||
testImplementation 'org.springframework.shell:spring-shell-starter-test'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue