Deployment 0.0.1 #25
|
@ -1,4 +1,4 @@
|
|||
package com.dockerforjavadevelopers.hello;
|
||||
package com.app.hello;
|
||||
|
||||
import org.springframework.boot.SpringApplication;
|
||||
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.RequestMapping;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
package com.dockerforjavadevelopers.hello;
|
||||
package com.app.hello;
|
||||
|
||||
import static org.junit.Assert.*;
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user