Moving data-router to Springboot for security 85/39285/3
authorBansal, Nitin (nb121v) <nitin.bansal@amdocs.com>
Tue, 27 Mar 2018 20:46:32 +0000 (16:46 -0400)
committerBansal, Nitin (nb121v) <nitin.bansal@amdocs.com>
Tue, 27 Mar 2018 21:09:31 +0000 (17:09 -0400)
commit5da95c0df892b635db68550a3321e0e48c9e78f8
tree7ede3891637e2d9032da2141b5952b36cc0cda33
parent047ade94d55a1b6d8c352168652140f3579198ac
Moving data-router to Springboot for security

Change-Id: I7a02720c4e0a79619ed6b309ff1f65f4d755c364
Issue-ID: AAI-590
Signed-off-by: Bansal, Nitin (nb121v) <nitin.bansal@amdocs.com>
43 files changed:
ajsc-shared-config/README.txt [deleted file]
ajsc-shared-config/etc/PartnerProfile.xml [deleted file]
ajsc-shared-config/etc/basic-logback_root_logger_level_off.xml [deleted file]
ajsc-shared-config/etc/csm-framework-app.properties [deleted file]
ajsc-shared-config/etc/logback.xml [deleted file]
antBuild/build.xml [deleted file]
bundleconfig-local/etc/appprops/AAFUserRoles.properties [deleted file]
bundleconfig-local/etc/appprops/PostProcessorInterceptors.properties [deleted file]
bundleconfig-local/etc/appprops/PreProcessorInterceptors.properties [deleted file]
bundleconfig-local/etc/appprops/app-intercepts.properties [deleted file]
bundleconfig-local/etc/appprops/methodMapper.properties [deleted file]
bundleconfig-local/etc/logback.xml
bundleconfig-local/etc/sysprops/sys-props.properties [deleted file]
pom.xml
src/main/ajsc/data-router_v1/data-router/v1/conf/echoService.groovy [deleted file]
src/main/ajsc/data-router_v1/data-router/v1/docs/README.txt [deleted file]
src/main/ajsc/data-router_v1/data-router/v1/lib/README.txt [deleted file]
src/main/ajsc/data-router_v1/data-router/v1/props/module.props [deleted file]
src/main/ajsc/data-router_v1/data-router/v1/routes/echoService.route [deleted file]
src/main/assemble/ajsc_module_assembly.xml [deleted file]
src/main/assemble/ajsc_props_assembly.xml [deleted file]
src/main/assemble/ajsc_runtime_assembly.xml [deleted file]
src/main/bin/start.sh
src/main/config/ajsc-jetty.xml [deleted file]
src/main/config/ajsc-override-web.xml [deleted file]
src/main/config/ajscJetty.jks [deleted file]
src/main/config/jul-redirect.properties [deleted file]
src/main/config/keyfile [deleted file]
src/main/config/runner-web.xml [deleted file]
src/main/docker/Dockerfile
src/main/java/org/onap/aai/datarouter/Application.java [new file with mode: 0644]
src/main/java/org/onap/aai/datarouter/SpringXMLConfig.java [new file with mode: 0644]
src/main/resources/application.properties [new file with mode: 0644]
src/main/runtime/context/__module.ajsc.namespace.name__#__module.ajsc.namespace.version__.context [deleted file]
src/main/runtime/context/default#0.context [deleted file]
src/main/runtime/deploymentPackage/__module.ajsc.namespace.name__#__module.ajsc.namespace.version__.json [deleted file]
src/main/runtime/shiroRole/ajscadmin.json [deleted file]
src/main/runtime/shiroRole/contextadmin#__module.ajsc.namespace.name__.json [deleted file]
src/main/runtime/shiroRole/contextadmin#default.json [deleted file]
src/main/runtime/shiroUser/ajsc.json [deleted file]
src/main/runtime/shiroUserRole/ajsc#ajscadmin.json [deleted file]
src/main/runtime/shiroUserRole/ajsc#contextadmin#__module.ajsc.namespace.name__.json [deleted file]
src/main/runtime/shiroUserRole/ajsc#contextadmin#default.json [deleted file]