Loading vessels-commands/src/main/java/es/redmic/vesselscommands/VesselsCommandsApplication.java +2 −2 Original line number Diff line number Diff line Loading @@ -8,10 +8,10 @@ import org.springframework.context.MessageSource; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.ComponentScan; import com.bedatadriven.jackson.datatype.jts.JtsModule; import com.fasterxml.jackson.databind.Module; import es.redmic.commandslib.config.GenerateJsonSchemaScanBean; import es.redmic.jts4jackson.module.JTSModule; import es.redmic.restlib.config.ResourceBundleMessageSource; import io.micrometer.core.instrument.MeterRegistry; Loading Loading @@ -40,7 +40,7 @@ public class VesselsCommandsApplication { @Bean public Module jtsModule() { return new JtsModule(); return new JTSModule(); } @Bean Loading Loading
vessels-commands/src/main/java/es/redmic/vesselscommands/VesselsCommandsApplication.java +2 −2 Original line number Diff line number Diff line Loading @@ -8,10 +8,10 @@ import org.springframework.context.MessageSource; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.ComponentScan; import com.bedatadriven.jackson.datatype.jts.JtsModule; import com.fasterxml.jackson.databind.Module; import es.redmic.commandslib.config.GenerateJsonSchemaScanBean; import es.redmic.jts4jackson.module.JTSModule; import es.redmic.restlib.config.ResourceBundleMessageSource; import io.micrometer.core.instrument.MeterRegistry; Loading Loading @@ -40,7 +40,7 @@ public class VesselsCommandsApplication { @Bean public Module jtsModule() { return new JtsModule(); return new JTSModule(); } @Bean Loading