fixed some errors

This commit is contained in:
Marcel 2021-10-05 14:56:15 +02:00
parent ebb91a6010
commit 3f10ab47fb
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
package com.dockerforjavadevelopers.hello; package com.app.hello;
import org.springframework.boot.SpringApplication; import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.EnableAutoConfiguration; import org.springframework.boot.autoconfigure.EnableAutoConfiguration;

View File

@ -1,4 +1,4 @@
package com.dockerforjavadevelopers.hello; package com.app.hello;
import org.springframework.web.bind.annotation.RestController; import org.springframework.web.bind.annotation.RestController;
import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RequestMapping;

View File

@ -1,4 +1,4 @@
package com.dockerforjavadevelopers.hello; package com.app.hello;
import static org.junit.Assert.*; import static org.junit.Assert.*;