diff options
author | Thomas <> | 2022-08-22 09:28:58 +0200 |
---|---|---|
committer | Thomas <> | 2022-08-22 09:28:58 +0200 |
commit | 0db117e2340494242e2234b6c113be5ed2c63cf6 (patch) | |
tree | 430ec549288b0c1fef5c7ec91d4b7bac1991744e /ms_specific_connector/src | |
parent | c24b37f2b32947a4ad7bd810e952846c4aef1587 (diff) | |
download | National_eIDAS_Gateway-0db117e2340494242e2234b6c113be5ed2c63cf6.tar.gz National_eIDAS_Gateway-0db117e2340494242e2234b6c113be5ed2c63cf6.tar.bz2 National_eIDAS_Gateway-0db117e2340494242e2234b6c113be5ed2c63cf6.zip |
build(core): optimize build process to assembly ms-proxy and ms-connector by using differend project versions
Diffstat (limited to 'ms_specific_connector/src')
-rw-r--r-- | ms_specific_connector/src/main/resources/application.properties | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ms_specific_connector/src/main/resources/application.properties b/ms_specific_connector/src/main/resources/application.properties index 660e8099..1a245851 100644 --- a/ms_specific_connector/src/main/resources/application.properties +++ b/ms_specific_connector/src/main/resources/application.properties @@ -3,6 +3,7 @@ spring.config.use-legacy-processing=true ## ApplicationServer configuration server.servlet.contextPath=/ms_connector +server.error.path=/public/error #server.port=7080 app.build.artifactId=ms_connector |