upgrade dependencies, migration

This commit is contained in:
2025-11-09 01:58:15 +01:00
parent db4673ceee
commit 878b1e4874
7 changed files with 30 additions and 17 deletions
@@ -12,6 +12,8 @@ import jakarta.servlet.SessionTrackingMode;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.boot.web.servlet.support.SpringBootServletInitializer;
import org.springframework.data.web.config.EnableSpringDataWebSupport;
import org.springframework.data.web.config.EnableSpringDataWebSupport.PageSerializationMode;
import org.springframework.scheduling.annotation.EnableScheduling;
/**
@@ -19,6 +21,7 @@ import org.springframework.scheduling.annotation.EnableScheduling;
*/
@SpringBootApplication
@EnableScheduling
@EnableSpringDataWebSupport(pageSerializationMode = PageSerializationMode.VIA_DTO)
public class Application extends SpringBootServletInitializer {
/**