Keren Joseph | 5689d5f | 2018-04-22 15:22:46 +0300 | [diff] [blame^] | 1 | camel.springboot.name = SparkyCamelContext |
2 | #camel.springboot.xmlRoutes = file:${CONFIG_HOME}/camel-routes/*.route | ||||
3 | camel.springboot.xmlRests = file:${CONFIG_HOME}/camel-rests/*.xml | ||||
4 | |||||
5 | camel.component.servlet.mapping.context-path=/rest/* | ||||
6 | server.servlet.context-path=/services/aai/webapp/ | ||||
7 | |||||
8 | # | ||||
9 | # attempt to externalize ui JS classes + resources | ||||
10 | # | ||||
11 | spring.resources.static-locations=file:${APP_HOME}/static/ |