-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into dependabot/gradle/org.springframework.boot-3…
….2.1
- Loading branch information
Showing
33 changed files
with
53 additions
and
1,073 deletions.
There are no files selected for viewing
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
This file was deleted.
Oops, something went wrong.
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
27 changes: 0 additions & 27 deletions
27
src/main/java/org/mdbenefits/app/config/DocUploadDisabledHandlerConfiguration.java
This file was deleted.
Oops, something went wrong.
106 changes: 0 additions & 106 deletions
106
src/main/java/org/mdbenefits/app/interceptors/DocUploadDisabledInterceptor.java
This file was deleted.
Oops, something went wrong.
32 changes: 0 additions & 32 deletions
32
src/main/java/org/mdbenefits/app/submission/actions/SetExperimentGroups.java
This file was deleted.
Oops, something went wrong.
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
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
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
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
This file was deleted.
Oops, something went wrong.
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,20 +1,9 @@ | ||
spring: | ||
thymeleaf: | ||
cache: true | ||
datasource: | ||
url: jdbc:postgresql://host.docker.internal:5432/mdbenefits | ||
flyway: | ||
placeholders: | ||
uuid_function: "gen_random_uuid" | ||
user_file_doc_type_default_label: ${form-flow.uploads.default-doc-type-label:#{null}} | ||
session: | ||
jdbc: | ||
initialize-schema: always | ||
management: | ||
endpoints: | ||
enabled-by-default: false | ||
form-flow: | ||
disabled-flows: ~ | ||
uploads: | ||
max-file-size: '5' | ||
default-doc-type-label: "NotSet" |
Oops, something went wrong.