-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #31 from US-ELRR/update_cve
update pom
- Loading branch information
Showing
190 changed files
with
1,139 additions
and
935 deletions.
There are no files selected for viewing
87 changes: 48 additions & 39 deletions
87
elrrservices-0.0.1-SNAPSHOT/BOOT-INF/classes/application-local.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,39 +1,48 @@ | ||
logging.level.org.springframework.web.filter.CommonsRequestLoggingFilter=DEBUG | ||
spring.http.converters.preferred-json-mapper=jsonb | ||
server.port=8092 | ||
|
||
## PostgreSQL | ||
spring.datasource.url=jdbc:postgresql://${PGHOST}:${PGPORT}/${PG_DATABASE} | ||
spring.datasource.username=${PG_RW_USER} | ||
spring.datasource.password=${PG_RW_PASSWORD} | ||
spring.datasource.platform=elrr | ||
spring.jpa.properties.hibernate.default_schema=elrr | ||
spring.jpa.show-sql=true | ||
|
||
|
||
cors.urls=ENC(YicJKOMq1D4EtPnmZpLzyXXr8aNZGHbdQVT4SfXlD7kpL2025jH5X6xptnUNqFNF/cgkt/HMJk4VSmW6xmYXiJ3Cun41U0uTSQ4SpC4yhtcMD7h49ige8USU09/2HOkW0QuYVpLACGLQx8+LIrioTd0XhXD0f5EA0HyWo9iT4uK583nwcg09FZC4CeH/ubjAvXPwabfOh0zc8iz044vjYQ==) | ||
|
||
## default connection pool | ||
spring.datasource.hikari.connectionTimeout=20000 | ||
spring.datasource.hikari.maximumPoolSize=5 | ||
spring.datasource.hikari.poolName=ELRRHikariPool | ||
|
||
## JPA related | ||
## drop n create table again, only for testing in development / local environments | ||
#spring.jpa.hibernate.ddl-auto=create | ||
spring.jpa.hibernate.ddl-auto =update | ||
spring.jpa.show-sql=true | ||
|
||
#Logging | ||
logging.level.org.springframework.web=INFO | ||
logging.level.org.hibernate=INFO | ||
logging.level.org.springframework=INFO | ||
logging.level.com.deloitte=INFO | ||
logging.level.com.zaxxer=INFO | ||
logging.level.root=ERROR | ||
|
||
#LRS connection details | ||
lrr.dataservicesurl = ENC(sBMJjQUR8jFT0DfySS6/ioC/mX6um30zonCl+uEe1oU0tEyCRGB3Xh1+XJ9FajiCqQubjtVMjTFJroXnYjlgjA==) | ||
elrrLearners.maxsize=10 | ||
|
||
spring.mvc.pathmatch.matching-strategy=ant_path_matcher | ||
logging.level.org.springframework.web.filter.CommonsRequestLoggingFilter=DEBUG | ||
spring.http.converters.preferred-json-mapper=jsonb | ||
server.port=8092 | ||
|
||
## PostgreSQL | ||
spring.datasource.url=jdbc:postgresql://${PGHOST}:${PGPORT}/${PG_DATABASE} | ||
spring.datasource.username=${PG_RW_USER} | ||
spring.datasource.password=${PG_RW_PASSWORD} | ||
spring.datasource.platform=elrr | ||
spring.jpa.properties.hibernate.default_schema=elrr | ||
spring.jpa.show-sql=true | ||
|
||
|
||
lrs.samlurl=https://idp.ssocircle.com | ||
lrs.samlid=elrrsamltest | ||
|
||
|
||
cors.urls=ENC(YicJKOMq1D4EtPnmZpLzyXXr8aNZGHbdQVT4SfXlD7kpL2025jH5X6xptnUNqFNF/cgkt/HMJk4VSmW6xmYXiJ3Cun41U0uTSQ4SpC4yhtcMD7h49ige8USU09/2HOkW0QuYVpLACGLQx8+LIrioTd0XhXD0f5EA0HyWo9iT4uK583nwcg09FZC4CeH/ubjAvXPwabfOh0zc8iz044vjYQ==) | ||
|
||
## default connection pool | ||
spring.datasource.hikari.connectionTimeout=20000 | ||
spring.datasource.hikari.maximumPoolSize=5 | ||
spring.datasource.hikari.poolName=ELRRHikariPool | ||
|
||
## JPA related | ||
## drop n create table again, only for testing in development / local environments | ||
#spring.jpa.hibernate.ddl-auto=create | ||
spring.jpa.hibernate.ddl-auto =update | ||
spring.jpa.show-sql=true | ||
|
||
#Logging | ||
logging.level.org.springframework.web=INFO | ||
logging.level.org.hibernate=INFO | ||
logging.level.org.springframework=INFO | ||
logging.level.com.deloitte=INFO | ||
logging.level.com.zaxxer=INFO | ||
logging.level.root=ERROR | ||
|
||
#LRS connection details | ||
lrr.dataservicesurl = ENC(sBMJjQUR8jFT0DfySS6/ioC/mX6um30zonCl+uEe1oU0tEyCRGB3Xh1+XJ9FajiCqQubjtVMjTFJroXnYjlgjA==) | ||
elrrLearners.maxsize=10 | ||
|
||
spring.mvc.pathmatch.matching-strategy=ant_path_matcher | ||
|
||
spring.http.multipart.enabled=true | ||
spring.http.multipart.max-file-size=2MB | ||
spring.http.multipart.max-request-size=2MB | ||
server.use-forward-headers=true |
87 changes: 48 additions & 39 deletions
87
elrrservices-0.0.1-SNAPSHOT/BOOT-INF/classes/application.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,39 +1,48 @@ | ||
logging.level.org.springframework.web.filter.CommonsRequestLoggingFilter=DEBUG | ||
spring.http.converters.preferred-json-mapper=jsonb | ||
server.port=8092 | ||
|
||
## PostgreSQL | ||
spring.datasource.url=jdbc:postgresql://${PGHOST}:${PGPORT}/${PG_DATABASE} | ||
spring.datasource.username=${PG_RW_USER} | ||
spring.datasource.password=${PG_RW_PASSWORD} | ||
spring.datasource.platform=elrr | ||
spring.jpa.properties.hibernate.default_schema=elrr | ||
spring.jpa.show-sql=true | ||
|
||
|
||
cors.urls=ENC(YicJKOMq1D4EtPnmZpLzyXXr8aNZGHbdQVT4SfXlD7kpL2025jH5X6xptnUNqFNF/cgkt/HMJk4VSmW6xmYXiJ3Cun41U0uTSQ4SpC4yhtcMD7h49ige8USU09/2HOkW0QuYVpLACGLQx8+LIrioTd0XhXD0f5EA0HyWo9iT4uK583nwcg09FZC4CeH/ubjAvXPwabfOh0zc8iz044vjYQ==) | ||
|
||
## default connection pool | ||
spring.datasource.hikari.connectionTimeout=20000 | ||
spring.datasource.hikari.maximumPoolSize=5 | ||
spring.datasource.hikari.poolName=ELRRHikariPool | ||
|
||
## JPA related | ||
## drop n create table again, only for testing in development / local environments | ||
#spring.jpa.hibernate.ddl-auto=create | ||
spring.jpa.hibernate.ddl-auto =update | ||
spring.jpa.show-sql=true | ||
|
||
#Logging | ||
logging.level.org.springframework.web=INFO | ||
logging.level.org.hibernate=INFO | ||
logging.level.org.springframework=INFO | ||
logging.level.com.deloitte=INFO | ||
logging.level.com.zaxxer=INFO | ||
logging.level.root=ERROR | ||
|
||
#LRS connection details | ||
lrr.dataservicesurl = ENC(sBMJjQUR8jFT0DfySS6/ioC/mX6um30zonCl+uEe1oU0tEyCRGB3Xh1+XJ9FajiCqQubjtVMjTFJroXnYjlgjA==) | ||
elrrLearners.maxsize=10 | ||
|
||
spring.mvc.pathmatch.matching-strategy=ant_path_matcher | ||
logging.level.org.springframework.web.filter.CommonsRequestLoggingFilter=DEBUG | ||
spring.http.converters.preferred-json-mapper=jsonb | ||
server.port=8092 | ||
|
||
## PostgreSQL | ||
spring.datasource.url=jdbc:postgresql://${PGHOST}:${PGPORT}/${PG_DATABASE} | ||
spring.datasource.username=${PG_RW_USER} | ||
spring.datasource.password=${PG_RW_PASSWORD} | ||
spring.datasource.platform=elrr | ||
spring.jpa.properties.hibernate.default_schema=elrr | ||
|
||
|
||
lrs.samlurl=https://idp.ssocircle.com | ||
lrs.samlid=elrrsamltest | ||
|
||
|
||
cors.urls=ENC(YicJKOMq1D4EtPnmZpLzyXXr8aNZGHbdQVT4SfXlD7kpL2025jH5X6xptnUNqFNF/cgkt/HMJk4VSmW6xmYXiJ3Cun41U0uTSQ4SpC4yhtcMD7h49ige8USU09/2HOkW0QuYVpLACGLQx8+LIrioTd0XhXD0f5EA0HyWo9iT4uK583nwcg09FZC4CeH/ubjAvXPwabfOh0zc8iz044vjYQ==) | ||
|
||
## default connection pool | ||
spring.datasource.hikari.connectionTimeout=20000 | ||
spring.datasource.hikari.maximumPoolSize=5 | ||
spring.datasource.hikari.poolName=ELRRHikariPool | ||
|
||
## JPA related | ||
## drop n create table again, only for testing in development / local environments | ||
#spring.jpa.hibernate.ddl-auto=create | ||
spring.jpa.hibernate.ddl-auto =update | ||
spring.jpa.show-sql=true | ||
|
||
#Logging | ||
logging.level.org.springframework.web=INFO | ||
logging.level.org.hibernate=INFO | ||
logging.level.org.springframework=INFO | ||
logging.level.com.deloitte=INFO | ||
logging.level.com.zaxxer=INFO | ||
logging.level.root=ERROR | ||
|
||
#LRS connection details | ||
lrr.dataservicesurl = ENC(sBMJjQUR8jFT0DfySS6/ioC/mX6um30zonCl+uEe1oU0tEyCRGB3Xh1+XJ9FajiCqQubjtVMjTFJroXnYjlgjA==) | ||
elrrLearners.maxsize=10 | ||
|
||
spring.mvc.pathmatch.matching-strategy=ant_path_matcher | ||
|
||
spring.http.multipart.enabled=true | ||
spring.http.multipart.max-file-size=2MB | ||
spring.http.multipart.max-request-size=2MB | ||
server.use-forward-headers=true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
_________ ___ _______ _______ | ||
| | | | | \ | \ | ||
| ____| | | | |\ \ | |\ \ | ||
| | | | | | | / | | | / | ||
| |___ | | | |/ / | |/ / | ||
| | | | | \ | \ | ||
| ___| | | | |\ \ | |\ \ | ||
| | | | | | \ \ | | \ \ | ||
| |____ | |____ | | \ \ | | \ \ | ||
| | | | | | \ \ | | \ \ | ||
|_________| |________| |___| \___\ |___| \___\ | ||
_________ ___ _______ _______ | ||
| | | | | \ | \ | ||
| ____| | | | |\ \ | |\ \ | ||
| | | | | | | / | | | / | ||
| |___ | | | |/ / | |/ / | ||
| | | | | \ | \ | ||
| ___| | | | |\ \ | |\ \ | ||
| | | | | | \ \ | | \ \ | ||
| |____ | |____ | | \ \ | | \ \ | ||
| | | | | | \ \ | | \ \ | ||
|_________| |________| |___| \___\ |___| \___\ |
Binary file added
BIN
+3.15 KB
elrrservices-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/CacheConfig.class
Binary file not shown.
Binary file added
BIN
+1.45 KB
elrrservices-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/HeaderFilter.class
Binary file not shown.
Binary file added
BIN
+798 Bytes
elrrservices-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/InputSanatizer.class
Binary file not shown.
Binary file added
BIN
+1.98 KB
...rvices-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/JSONRequestSizeLimitFilter.class
Binary file not shown.
Binary file added
BIN
+5.32 KB
elrrservices-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/SanatizingFilter.class
Binary file not shown.
Binary file added
BIN
+1.28 KB
elrrservices-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/WrappedHttp$1.class
Binary file not shown.
Binary file added
BIN
+1.38 KB
elrrservices-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/WrappedHttp.class
Binary file not shown.
Binary file modified
BIN
-11 Bytes
(100%)
....0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/controller/AccreditationController.class
Binary file not shown.
Binary file modified
BIN
-7 Bytes
(100%)
...s-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/controller/CompetencyController.class
Binary file not shown.
Binary file modified
BIN
-23 Bytes
(100%)
...SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/controller/ContactInformationController.class
Binary file not shown.
Binary file modified
BIN
-23 Bytes
(100%)
...NAPSHOT/BOOT-INF/classes/com/deloitte/elrr/controller/CourseAccreditationController.class
Binary file not shown.
Binary file modified
BIN
-1 Byte
(100%)
...vices-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/controller/CourseController.class
Binary file not shown.
Binary file modified
BIN
-5 Bytes
(100%)
...s-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/controller/EmploymentController.class
Binary file not shown.
Binary file modified
BIN
+187 Bytes
(110%)
...ervices-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/controller/HomeController.class
Binary file not shown.
Binary file modified
BIN
+53 Bytes
(100%)
...0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/controller/LearnerProfileController.class
Binary file not shown.
Binary file modified
BIN
-14 Bytes
(100%)
...0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/controller/OrganizationController.class
Binary file not shown.
Binary file modified
BIN
-2 Bytes
(100%)
...vices-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/controller/PersonController.class
Binary file not shown.
Binary file modified
BIN
+93 Bytes
(100%)
elrrservices-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/dto/AccreditationDto.class
Binary file not shown.
Binary file modified
BIN
+668 Bytes
(100%)
elrrservices-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/dto/CompetencyDto.class
Binary file not shown.
Binary file modified
BIN
+472 Bytes
(110%)
...ervices-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/dto/ContactInformationDto.class
Binary file not shown.
Binary file modified
BIN
+93 Bytes
(100%)
...rvices-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/dto/CourseAccreditationDto.class
Binary file not shown.
Binary file modified
BIN
+717 Bytes
(110%)
elrrservices-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/dto/CourseDto.class
Binary file not shown.
Binary file modified
BIN
+496 Bytes
(110%)
elrrservices-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/dto/EmploymentDto.class
Binary file not shown.
Binary file modified
BIN
+236 Bytes
(100%)
elrrservices-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/dto/LearnerProfileDto.class
Binary file not shown.
Binary file modified
BIN
+457 Bytes
(110%)
elrrservices-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/dto/OrganizationDto.class
Binary file not shown.
Binary file modified
BIN
+763 Bytes
(110%)
elrrservices-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/dto/PersonDto.class
Binary file not shown.
Binary file modified
BIN
+78 Bytes
(100%)
elrrservices-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/entity/Learner.class
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
elrrservices-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/entity/Organization.class
Binary file not shown.
Binary file modified
BIN
+88 Bytes
(100%)
elrrservices-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/entity/Person.class
Binary file not shown.
Binary file modified
BIN
+58 Bytes
(100%)
elrrservices-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/entity/Personnel.class
Binary file not shown.
Binary file modified
BIN
+39 Bytes
(100%)
elrrservices-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/jpa/svc/CommonSvc.class
Binary file not shown.
Binary file modified
BIN
+61 Bytes
(100%)
elrrservices-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/jpa/svc/PersonSvc.class
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
elrrservices-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/svc/LearnerCreatorImpl.class
Binary file not shown.
Binary file modified
BIN
-375 Bytes
(92%)
elrrservices-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/util/DateUtility.class
Binary file not shown.
Oops, something went wrong.