|
|
@ -21,7 +21,7 @@ import org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConf |
|
|
|
@SpringBootApplication(exclude = ErrorMvcAutoConfiguration.class) |
|
|
|
@Theme(value = "soportet.iv1.2") |
|
|
|
@JsModule("@vaadin/vaadin-lumo-styles/presets/compact.js") |
|
|
|
@PWA(name = "My Application", shortName = "My App", iconPath = "images/960x960recortado.png") |
|
|
|
@PWA(name = "Sistema de Soporte Técnico", shortName = "Soporte T.I", iconPath = "images/960x960recortado.png") |
|
|
|
public class Application implements AppShellConfigurator { |
|
|
|
|
|
|
|
private static final Logger logger = LoggerFactory.getLogger(Main.class); |
|
|
@ -47,5 +47,4 @@ public class Application implements AppShellConfigurator { |
|
|
|
logger.error("Error en la conexion a {}", url, e); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
} |