diff options
Diffstat (limited to 'sparky/appconfig/sparky-application.properties')
-rw-r--r-- | sparky/appconfig/sparky-application.properties | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/sparky/appconfig/sparky-application.properties b/sparky/appconfig/sparky-application.properties deleted file mode 100644 index b246676..0000000 --- a/sparky/appconfig/sparky-application.properties +++ /dev/null @@ -1,11 +0,0 @@ -camel.springboot.name = SparkyCamelContext -#camel.springboot.xmlRoutes = file:${CONFIG_HOME}/camel-routes/*.route -camel.springboot.xmlRests = file:${CONFIG_HOME}/camel-rests/*.xml - -camel.component.servlet.mapping.context-path=/rest/* -server.servlet.context-path=/services/aai/webapp/ - -# -# attempt to externalize ui JS classes + resources -# -spring.resources.static-locations=file:${APP_HOME}/static/ |