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

4
package-lock.json generated
View File

@@ -1,11 +1,11 @@
{
"name": "projektverwaltung",
"name": "dashboard",
"version": "1.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "projektverwaltung",
"name": "dashboard",
"version": "1.0.0",
"license": "ISC",
"devDependencies": {

View File

@@ -1,5 +1,5 @@
{
"name": "projektverwaltung",
"name": "dashboard",
"version": "1.0.0",
"description": "",
"license": "ISC",

View File

@@ -1 +1 @@
rootProject.name = 'projektverwaltung'
rootProject.name = 'dashboard'

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;