import fly.generator.GeneratorApplication; public class JushuitanDataSource { public static void main(String[] args) { GeneratorApplication.builder() .url(DataSourceInfo.URL) .username(DataSourceInfo.USER_NAME) .password(DataSourceInfo.PASSWORD) .port(9989) .module("hx-jushuitan") .parent("com.fjhx.jushuitan") .superServiceClass("com.ruoyi.common.core.service.BaseService") .build(); } }