diff options
| author | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2026-06-19 12:20:18 +0200 |
|---|---|---|
| committer | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2026-06-19 12:20:18 +0200 |
| commit | 9a61ef589978e30d663e15dd2bb93ad6282f78ee (patch) | |
| tree | 8ba75a3954630aba43766a45290f1784e7af87ae /pdf-as-web/src/main/resources | |
| parent | 10e5c02b52c59c7a3bddc661f826c1bba08a64e0 (diff) | |
| download | pdf-as-4-9a61ef589978e30d663e15dd2bb93ad6282f78ee.tar.gz pdf-as-4-9a61ef589978e30d663e15dd2bb93ad6282f78ee.tar.bz2 pdf-as-4-9a61ef589978e30d663e15dd2bb93ad6282f78ee.zip | |
chore(core): rework PDF-AS-Web configuration integration with Spring Boot context
Diffstat (limited to 'pdf-as-web/src/main/resources')
| -rw-r--r-- | pdf-as-web/src/main/resources/META-INF/spring.factories | 1 | ||||
| -rw-r--r-- | pdf-as-web/src/main/resources/application.yml | 6 |
2 files changed, 6 insertions, 1 deletions
diff --git a/pdf-as-web/src/main/resources/META-INF/spring.factories b/pdf-as-web/src/main/resources/META-INF/spring.factories deleted file mode 100644 index f89a773d..00000000 --- a/pdf-as-web/src/main/resources/META-INF/spring.factories +++ /dev/null @@ -1 +0,0 @@ -org.springframework.boot.EnvironmentPostProcessor=at.gv.egiz.pdfas.web.PdfAsWeb$DefaultProperties
\ No newline at end of file diff --git a/pdf-as-web/src/main/resources/application.yml b/pdf-as-web/src/main/resources/application.yml index 0b843081..69026fcb 100644 --- a/pdf-as-web/src/main/resources/application.yml +++ b/pdf-as-web/src/main/resources/application.yml @@ -2,3 +2,9 @@ server: servlet: session: timeout: 30m + + +spring: + application.name: PDF-AS Web + + boot.admin.client.enabled: false
\ No newline at end of file |
