feat: rename to dashboard

This commit is contained in:
2025-11-12 20:30:06 +01:00
parent cf7644b330
commit 65d373b59d
7 changed files with 8 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
package de.wundenbergs.projektverwaltung;
package de.wundenbergs.dashboard;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;

View File

@@ -1,4 +1,4 @@
package de.wundenbergs.projektverwaltung;
package de.wundenbergs.dashboard;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;

View File

@@ -1,3 +1,3 @@
spring:
application:
name: projektverwaltung
name: dashboard

View File

@@ -1,4 +1,4 @@
package de.wundenbergs.projektverwaltung;
package de.wundenbergs.dashboard;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;