feat: rename to dashboard
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
package de.wundenbergs.projektverwaltung;
|
||||
package de.wundenbergs.dashboard;
|
||||
|
||||
import org.springframework.stereotype.Controller;
|
||||
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.autoconfigure.SpringBootApplication;
|
||||
@@ -1,3 +1,3 @@
|
||||
spring:
|
||||
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.springframework.boot.test.context.SpringBootTest;
|
||||
Reference in New Issue
Block a user