Deployment 0.0.1 #25
app/src
@ -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…
x
Reference in New Issue
Block a user