webjars and some changes

Este commit está contenido en:
manalejandro
2018-07-12 22:38:36 +02:00
padre b260838e0c
commit ce29f8beed
Se han modificado 9 ficheros con 108 adiciones y 2 borrados

Ver fichero

@@ -1,9 +1,13 @@
server.servlet.context-path=/arjion
server.port=8080
elasticsearch.clustername=development
elasticsearch.clustername=elasticsearch
elasticsearch.host=localhost
elasticsearch.port=9300
elasticsearch.nodename=arjion
arjion.indexName=documentos
arjion.documentType=documento
spring.main.allow-bean-definition-overriding=true
spring.main.allow-bean-definition-overriding=true
spring.thymeleaf.enabled=true
spring.thymeleaf.prefix=classpath:/templates/
spring.thymeleaf.suffix=.html
spring.thymeleaf.cache=false