@@ -8,7 +8,8 @@ package scot.carricksoftware.grants.enums.census;
public enum CensusDate {
CENSUS_1881("03/04/1881"),
- CENSUS_1901("31/03/1901");
+ CENSUS_1901("31/03/1901"),
+ CENSUS_1939("02/09/1939");
@SuppressWarnings("unused")
@@ -2,7 +2,7 @@ spring.application.name=grants
server.port=8086
server.servlet.context-path=/grants
spring.mvc.format.date=dd-MM-yyyy
-spring.profiles.active=dev
+spring.profiles.active=uat
logging.level.scot.carricksoftware=debug