feat: add PostgreSQL web installation wizard
Signed Release / release (push) Failing after 5m1s

This commit is contained in:
Qiufeng
2026-08-04 07:42:20 +08:00
parent b714f9851e
commit 1affcd9a5e
61 changed files with 1992 additions and 431 deletions
@@ -158,7 +158,6 @@ import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.boot.CommandLineRunner;
import org.springframework.core.annotation.Order;
import org.springframework.stereotype.Component;
import java.time.Duration;
import java.time.Instant;
@@ -171,7 +170,7 @@ import java.util.List;
* in-flight form instances, plus org/users/roles, meetings, documents,
* announcements and schedule events.
*/
@Component
@DemoSeed
@Order(1)
public class DataSeeder implements CommandLineRunner {