refactor(admin): 修改数据源配置并禁用 xxl-job
- 更新 application-prod.yml 中的数据库连接信息
- 将 GenTableServiceImpl 中的数据源注解从 @DS("#header.datasource") 改为 @DS("master")
-禁用 xxl-job 执行器
This commit is contained in:
@@ -49,7 +49,7 @@ import java.util.zip.ZipOutputStream;
|
||||
*
|
||||
* @author Lion Li
|
||||
*/
|
||||
@DS("#header.datasource")
|
||||
@DS("master")
|
||||
@Slf4j
|
||||
@RequiredArgsConstructor
|
||||
@Service
|
||||
|
||||
Reference in New Issue
Block a user