koupleless
koupleless copied to clipboard
add precode for biz and base
now we need to add some code at the begin of main for biz and base
For Base
MultiBizProperties.initSystem();
For Biz
SpringApplicationBuilder builder = new SpringApplicationBuilder(Biz2Application.class);
ResourceLoader resourceLoader = new DefaultResourceLoader(
Biz2Application.class.getClassLoader());
builder.resourceLoader(resourceLoader);
But now we need to add this manually, we should consider how to add this automatically