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:
Yvan 2025-01-27 04:03:27 +00:00
parent 614b3a48dd
commit 5f9f024904
10 changed files with 260 additions and 57 deletions

View file

@ -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'