File tree Expand file tree Collapse file tree
src/main/java/com/baeldung/docker/dto
src/main/java/com/baeldung/docker/spring Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 <modelVersion >4.0.0</modelVersion >
66 <parent >
77 <groupId >com.baeldung.docker</groupId >
8- <artifactId >docker-spring-boot-parent </artifactId >
8+ <artifactId >docker</artifactId >
99 <version >0.0.1</version >
1010 </parent >
1111
1212 <artifactId >docker-internal-dto</artifactId >
13+ <name >docker-internal-dto</name >
1314
1415</project >
Original file line number Diff line number Diff line change 1- package com .baeldung .docker ;
1+ package com .baeldung .docker . dto ;
22
33public class VariableDto {
44
Original file line number Diff line number Diff line change 55 <modelVersion >4.0.0</modelVersion >
66 <parent >
77 <groupId >com.baeldung.docker</groupId >
8- <artifactId >docker-spring-boot-parent </artifactId >
8+ <artifactId >docker</artifactId >
99 <version >0.0.1</version >
1010 </parent >
1111
Original file line number Diff line number Diff line change 1- package com .baeldung .docker ;
1+ package com .baeldung .docker . spring ;
22
33import org .springframework .boot .SpringApplication ;
44import org .springframework .boot .autoconfigure .SpringBootApplication ;
Original file line number Diff line number Diff line change 1- package com .baeldung .docker ;
1+ package com .baeldung .docker . spring ;
22
33import org .springframework .http .ResponseEntity ;
44import org .springframework .web .bind .annotation .GetMapping ;
Original file line number Diff line number Diff line change 1212 </parent >
1313
1414 <groupId >com.baeldung.docker</groupId >
15- <artifactId >docker-spring-boot-parent </artifactId >
15+ <artifactId >docker</artifactId >
1616 <version >0.0.1</version >
17- <name >docker-spring-boot-parent </name >
17+ <name >docker</name >
1818 <description >Demo project showing Spring Boot and Docker</description >
1919 <packaging >pom</packaging >
2020
You can’t perform that action at this time.
0 commit comments