Stirling-PDF/src/main/java/stirling/software/SPDF/model
Dario Ghunney Ware 41dce06804
#2270: External DB Support (#2457)
# Description

External DB support for Stirling PDF. You can now choose between the
default H2 or PostgreSQL by setting the new `enableCustomDatabase`
property to `true` or `false`.

To enable your own custom (PostgreSQL) database:
- Set `enableCustomDatabase` to `true`
- Add your database url to `customDatabaseUrl`
- Set your `username` and `password`

Closes #2270 

## Checklist

- [x] I have read the [Contribution
Guidelines](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/CONTRIBUTING.md)
- [x] I have performed a self-review of my own code
- [x] I have attached images of the change if it is UI based
- [x] I have commented my code, particularly in hard-to-understand areas
- [ ] If my code has heavily changed functionality I have updated
relevant docs on [Stirling-PDFs doc
repo](https://github.com/Stirling-Tools/Stirling-Tools.github.io/blob/main/docs/)
- [x] My changes generate no new warnings
- [x] I have read the section [Add New Translation
Tags](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md#add-new-translation-tags)
(for new translation tags only)
2025-01-06 18:58:26 +00:00
..
api Feature: Support manual redaction (#2433) 2025-01-06 11:38:44 +00:00
exception #2270: External DB Support (#2457) 2025-01-06 18:58:26 +00:00
provider formattingand autowired constructors (#2557) 2024-12-24 09:52:53 +00:00
ApiEndpoint.java formatting 2023-12-30 19:11:27 +00:00
ApiKeyAuthenticationToken.java formatting 2023-12-30 19:11:27 +00:00
ApplicationProperties.java #2270: External DB Support (#2457) 2025-01-06 18:58:26 +00:00
AttemptCounter.java extends the functionality of oauth in Stirling PDF 2. 2024-05-18 23:47:05 +02:00
AuthenticationType.java fixes and other changes and debug of WIP SAML (#2360) 2024-11-29 15:11:59 +00:00
Authority.java formattingand autowired constructors (#2557) 2024-12-24 09:52:53 +00:00
Dependency.java format 2024-01-04 23:04:15 +00:00
InputStreamTemplateResource.java format 2024-06-06 21:59:13 +01:00
PdfMetadata.java Closes #359 (#1047) 2024-04-08 21:23:03 +01:00
PDFText.java formatting 2023-12-30 19:11:27 +00:00
PersistentLogin.java formatting 2023-12-30 19:11:27 +00:00
PipelineConfig.java formatting 2023-12-30 19:11:27 +00:00
PipelineOperation.java formatting 2023-12-30 19:11:27 +00:00
Provider.java Major Enhancements to SAML2 and OAuth2 Integration with Simplified Security Configurations (#2040) 2024-10-20 12:30:58 +01:00
ProviderInterface.java add multi OAuth2 Provider 2024-05-25 18:19:03 +02:00
Role.java formattingand autowired constructors (#2557) 2024-12-24 09:52:53 +00:00
SessionEntity.java #2270: External DB Support (#2457) 2025-01-06 18:58:26 +00:00
SignatureFile.java Feature/save signs (#2127) 2024-10-30 12:46:44 +00:00
SortTypes.java Add Odd-Even Merge operation mode (#1445) 2024-06-12 22:21:02 +01:00
User.java #2270: External DB Support (#2457) 2025-01-06 18:58:26 +00:00