Cleanup logs (#1739)

* fix

* cleanups!

---------

Co-authored-by: a <a>
This commit is contained in:
Anthony Stirling
2024-08-23 12:52:45 +02:00
committed by GitHub
parent d3ef335c24
commit c7e5987342
21 changed files with 59 additions and 49 deletions

View File

@@ -65,6 +65,7 @@ public class SPdfApplication {
public static void main(String[] args) throws IOException, InterruptedException {
SpringApplication app = new SpringApplication(SPdfApplication.class);
app.setAdditionalProfiles("default");
app.addInitializers(new ConfigInitializer());
Map<String, String> propertyFiles = new HashMap<>();