We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4c07ad commit 87fb64cCopy full SHA for 87fb64c
hsweb-web-core/src/main/java/org/hsweb/web/core/CoreAutoConfiguration.java
@@ -31,7 +31,7 @@ public class CoreAutoConfiguration {
31
32
protected Logger logger = LoggerFactory.getLogger(this.getClass());
33
34
- private String initializeScript = "classpath*:scripts/startup/initialize.";
+ private String initializeScript = "classpath*:scripts/startup/*.";
35
36
@PostConstruct
37
public void init() {
0 commit comments