diff options
Diffstat (limited to 'sparky/appconfig/sparky-application.properties')
-rw-r--r-- | sparky/appconfig/sparky-application.properties | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sparky/appconfig/sparky-application.properties b/sparky/appconfig/sparky-application.properties new file mode 100644 index 0000000..b246676 --- /dev/null +++ b/sparky/appconfig/sparky-application.properties @@ -0,0 +1,11 @@ +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/ |