uoa-monitor-service/src/main/resources
Konstantina Galouni 9b18159e2f [Trunk | Monitor Service]:
1. pom.xml: 
        a. Added timestamp in properties.
        b. In <build> added <resources> with filtering set to true.
2. GlobalVars.java: Added GlobalVars class for date of deploy & date of build.
3. UoaMonitorServiceApplication.java: 
        a. Added @PropertySource("classpath:admintoolslibrary.properties") and @PropertySource("classpath:notification.properties")
        b. In @EnableConfigurationProperties added GlobalVars.class.
4. MonitorServiceCheckDeployController.java: Added exposing date of deploy and date of build.
5. monitorservice.properties: Added property monitorservice.globalVars.buildDate=@timestamp@
2021-09-15 22:17:52 +00:00
..
application.properties Initial commit for monitor-service. 2019-11-04 09:03:49 +00:00
log4j.properties Initial commit for monitor-service. 2019-11-04 09:03:49 +00:00
monitorservice.properties [Trunk | Monitor Service]: 2021-09-15 22:17:52 +00:00