Bump version.

This commit is contained in:
Paulo Gustavo Veiga
2024-03-24 10:18:19 -07:00
parent c287d47c84
commit 3273d74501
2 changed files with 2 additions and 3 deletions

View File

@@ -14,7 +14,6 @@ public class Application {
new SpringApplicationBuilder()
.parent(CommonConfig.class).web(WebApplicationType.NONE)
.child(RestAppConfig.class, WebConfig.class).web(WebApplicationType.SERVLET)
// .sibling(MvcAppConfig.class).web(WebApplicationType.SERVLET)
.run(args);
}