add JournalController.listByIds

This commit is contained in:
Timi
2025-12-10 13:37:44 +08:00
parent fdfb0439d9
commit 81c1a14228
7 changed files with 83 additions and 29 deletions

View File

@@ -81,6 +81,7 @@ public class TimiServerDBConfig {
mapperLocations.add("classpath:mapper/blog/**/*.xml");
mapperLocations.add("classpath:mapper/common/**/*.xml");
mapperLocations.add("classpath:mapper/system/**/*.xml");
mapperLocations.add("classpath:mapper/journal/**/*.xml");
mapperLocations.add("classpath:mapper/minecraft/**/*.xml");
for (int i = 0; i < mapperLocations.size(); i++) {
resources.addAll(List.of(resourceResolver.getResources(mapperLocations.get(i))));