Commit Graph

3 Commits

Author SHA1 Message Date
Konstantinos Triantafyllou 7175c9586c Rename globalVars to global-vars 2021-12-13 10:28:30 +02:00
Konstantinos Triantafyllou da4af632f0 Add version to check deploy configuration 2021-11-23 13:57:28 +00:00
Konstantina Galouni 4dff8c29c3 [Trunk | Authorization 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. AuthorizationConfiguration.java: In @EnableConfigurationProperties added GlobalVars.class.
4. AuthorizationLibraryCheckDeployController.java: Added exposing date of deploy and date of build.
5. authorization.properties: Added property authorization.globalVars.buildDate=@timestamp@
2021-09-15 22:10:42 +00:00