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
+2 -2
View File
@@ -1,11 +1,11 @@
{ {
"name": "projektverwaltung", "name": "dashboard",
"version": "1.0.0", "version": "1.0.0",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "projektverwaltung", "name": "dashboard",
"version": "1.0.0", "version": "1.0.0",
"license": "ISC", "license": "ISC",
"devDependencies": { "devDependencies": {
+1 -1
View File
@@ -1,5 +1,5 @@
{ {
"name": "projektverwaltung", "name": "dashboard",
"version": "1.0.0", "version": "1.0.0",
"description": "", "description": "",
"license": "ISC", "license": "ISC",
+1 -1
View File
@@ -1 +1 @@
rootProject.name = 'projektverwaltung' rootProject.name = 'dashboard'
@@ -1,4 +1,4 @@
package de.wundenbergs.projektverwaltung; package de.wundenbergs.dashboard;
import org.springframework.stereotype.Controller; import org.springframework.stereotype.Controller;
import org.springframework.ui.Model; import org.springframework.ui.Model;
@@ -1,4 +1,4 @@
package de.wundenbergs.projektverwaltung; package de.wundenbergs.dashboard;
import org.springframework.boot.SpringApplication; import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.boot.autoconfigure.SpringBootApplication;
+1 -1
View File
@@ -1,3 +1,3 @@
spring: spring:
application: application:
name: projektverwaltung name: dashboard
@@ -1,4 +1,4 @@
package de.wundenbergs.projektverwaltung; package de.wundenbergs.dashboard;
import org.junit.jupiter.api.Test; import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest; import org.springframework.boot.test.context.SpringBootTest;