Stirling-PDF/src/main/java/stirling/software/SPDF/config
Anthony Stirling 9884c65b10
formattingand autowired constructors (#2557)
# Description
This pull request includes several changes aimed at improving the code
structure and removing redundant code. The most significant changes
involve reordering methods, removing unnecessary annotations, and
refactoring constructors to use dependency injection.
Autowired now comes via constructor (which also doesn't need autowired
annotation as its done by default for configuration)



## Checklist

- [ ] I have read the [Contribution
Guidelines](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/CONTRIBUTING.md)
- [ ] I have performed a self-review of my own code
- [ ] I have attached images of the change if it is UI based
- [ ] 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/)
- [ ] My changes generate no new warnings
- [ ] 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)
2024-12-24 09:52:53 +00:00
..
fingerprint Frooodle/license (#1994) 2024-10-14 22:34:41 +01:00
interfaces Adds manual backup creation 2024-12-17 23:23:16 +01:00
security formattingand autowired constructors (#2557) 2024-12-24 09:52:53 +00:00
AppConfig.java formattingand autowired constructors (#2557) 2024-12-24 09:52:53 +00:00
AppUpdateService.java formattingand autowired constructors (#2557) 2024-12-24 09:52:53 +00:00
CleanUrlInterceptor.java Refactored Identifiers (#1609) 2024-07-31 21:25:48 +01:00
ConfigInitializer.java Remove Direct Logger and Use Lombok @Slf4j 2024-12-17 10:26:18 +01:00
EndpointConfiguration.java formattingand autowired constructors (#2557) 2024-12-24 09:52:53 +00:00
EndpointInterceptor.java formattingand autowired constructors (#2557) 2024-12-24 09:52:53 +00:00
ExternalAppDepConfig.java formattingand autowired constructors (#2557) 2024-12-24 09:52:53 +00:00
FileFallbackTemplateResolver.java format 2024-06-06 21:59:13 +01:00
InitialSetup.java formattingand autowired constructors (#2557) 2024-12-24 09:52:53 +00:00
LocaleConfiguration.java formattingand autowired constructors (#2557) 2024-12-24 09:52:53 +00:00
MetricsConfig.java eol 2024-01-03 17:59:04 +00:00
MetricsFilter.java Frooodle/license (#1994) 2024-10-14 22:34:41 +01:00
OpenApiConfig.java formattingand autowired constructors (#2557) 2024-12-24 09:52:53 +00:00
PostHogConfig.java Frooodle/license (#1994) 2024-10-14 22:34:41 +01:00
StartupApplicationListener.java eol 2024-01-03 17:59:04 +00:00
WebMvcConfig.java formattingand autowired constructors (#2557) 2024-12-24 09:52:53 +00:00
YamlPropertySourceFactory.java formatting 2023-12-30 19:11:27 +00:00