fixed some errors
This commit is contained in:
parent
ebb91a6010
commit
3f10ab47fb
|
@ -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;
|
||||||
|
|
|
@ -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;
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
package com.dockerforjavadevelopers.hello;
|
package com.app.hello;
|
||||||
|
|
||||||
import static org.junit.Assert.*;
|
import static org.junit.Assert.*;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user