added proprietary module to base packages for scanning

clean up
This commit is contained in:
Dario Ghunney Ware
2025-05-27 19:55:15 +01:00
parent 6d8173b021
commit 2b9a3924d3
9 changed files with 101 additions and 78 deletions

View File

@@ -35,7 +35,11 @@ import stirling.software.common.util.UrlUtils;
@Slf4j
@EnableScheduling
@SpringBootApplication(
scanBasePackages = {"stirling.software.common", "stirling.software.SPDF"},
scanBasePackages = {
"stirling.software.common",
"stirling.software.SPDF",
"stirling.software.proprietary.security"
},
exclude = {
DataSourceAutoConfiguration.class,
DataSourceTransactionManagerAutoConfiguration.class

View File

@@ -64,7 +64,6 @@ premium:
key: 00000000-0000-0000-0000-000000000000
enabled: true # Enable license key checks for pro/enterprise features
proFeatures:
customDatabase: false # Enable database features todo: use only for custom DB
SSOAutoLogin: false
CustomMetadata:
autoUpdateMetadata: false