Correct the artifactid and names to match with the folder following the guidelines

This commit is contained in:
Cavero Barca
2020-10-30 17:44:33 +01:00
parent f84e609938
commit 16b38741be
6 changed files with 8 additions and 7 deletions
@@ -1,4 +1,4 @@
package com.baeldung.docker;
package com.baeldung.docker.spring;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@@ -1,4 +1,4 @@
package com.baeldung.docker;
package com.baeldung.docker.spring;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation.GetMapping;