Loading vessels-commands/src/main/java/es/redmic/vesselscommands/VesselsCommandsApplication.java +8 −0 Original line number Diff line number Diff line Loading @@ -7,6 +7,9 @@ import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.ComponentScan; import org.springframework.web.servlet.config.annotation.EnableWebMvc; import com.bedatadriven.jackson.datatype.jts.JtsModule; import com.fasterxml.jackson.databind.Module; import es.redmic.commandslib.config.GenerateJsonSchemaScanBean; import es.redmic.restlib.config.ResourceBundleMessageSource; Loading @@ -30,4 +33,9 @@ public class VesselsCommandsApplication { public GenerateJsonSchemaScanBean generateSchemaScanBean() { return new GenerateJsonSchemaScanBean(); } @Bean public Module jtsModule() { return new JtsModule(); } } No newline at end of file Loading
vessels-commands/src/main/java/es/redmic/vesselscommands/VesselsCommandsApplication.java +8 −0 Original line number Diff line number Diff line Loading @@ -7,6 +7,9 @@ import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.ComponentScan; import org.springframework.web.servlet.config.annotation.EnableWebMvc; import com.bedatadriven.jackson.datatype.jts.JtsModule; import com.fasterxml.jackson.databind.Module; import es.redmic.commandslib.config.GenerateJsonSchemaScanBean; import es.redmic.restlib.config.ResourceBundleMessageSource; Loading @@ -30,4 +33,9 @@ public class VesselsCommandsApplication { public GenerateJsonSchemaScanBean generateSchemaScanBean() { return new GenerateJsonSchemaScanBean(); } @Bean public Module jtsModule() { return new JtsModule(); } } No newline at end of file