| | |
| | | import org.springframework.stereotype.Service; |
| | | |
| | | @Service |
| | | /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/cps/service/impl/InitBusinessServiceImpl.class */ |
| | | public class InitBusinessServiceImpl implements IInitBusinessService { |
| | | private static final Logger log = LoggerFactory.getLogger(InitBusinessServiceImpl.class); |
| | | private final DataSource dataSource; |
| | |
| | | this.dataSource = dataSource; |
| | | } |
| | | |
| | | @Override // org.springblade.modules.cps.service.IInitBusinessService |
| | | @Override |
| | | public void initApp(Integer appId, ConfigVO configVO) throws Exception { |
| | | Connection conn = this.dataSource.getConnection(); |
| | | ScriptRunner runner = new ScriptRunner(conn); |