public class SomeCity {
private Integer id;
private String name;
public Integer getId() {
return id;
}
public void setId(Integer id) {
this.id = id;
}
public String getName() {
return name;
}
public void setName(String name) {
this.name = name;
}
}
<artifactId>spring-boot-maven-plugin</artifactId>
<configuration>
<excludeGroupIds>somegroup</excludeGroupIds>
<excludeArtifactIds>someid</excludeArtifactIds>
</configuration>
Ну и price я бы сделал целым числом в копейках.