File tree Expand file tree Collapse file tree
chat2db-server-start/src/main/resources/i18n
src/main/java/ai/chat2db/spi Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- common.businessError =system error, please contact the system admin
2- common.systemError =system error, please contact the system admin
1+ common.businessError =请尝试重新提交或者刷新页面
2+ common.systemError =系统开小差啦,请尝试刷新页面或者联系管理员
3+ common.needLoggedIn =需要登陆页面
4+ common.redirect =重定向页面
5+ common.paramError =您输入的参数异常
6+ common.paramDetailError =您输入的参数:{0}存在异常
7+ common.paramCheckError =请检查以下参数:
8+ common.maxUploadSize =您输入的文件超过最大限制
39
10+
11+ dataSource.sqlAnalysisError =不合法的执行语句
Original file line number Diff line number Diff line change 1+ common.businessError =请尝试重新提交或者刷新页面
2+ common.systemError =系统开小差啦,请尝试刷新页面或者联系管理员
3+ common.needLoggedIn =需要登陆页面
4+ common.redirect =重定向页面
5+ common.paramError =您输入的参数异常
6+ common.paramDetailError =您输入的参数:{0}存在异常
7+ common.paramCheckError =请检查以下参数:
8+ common.maxUploadSize =您输入的文件超过最大限制
9+
10+
11+ dataSource.sqlAnalysisError =不合法的执行语句
Original file line number Diff line number Diff line change 1+ common.businessError =请尝试重新提交或者刷新页面
2+ common.systemError =系统开小差啦,请尝试刷新页面或者联系管理员
3+ common.needLoggedIn =需要登陆页面
4+ common.redirect =重定向页面
5+ common.paramError =您输入的参数异常
6+ common.paramDetailError =您输入的参数:{0}存在异常
7+ common.paramCheckError =请检查以下参数:
8+ common.maxUploadSize =您输入的文件超过最大限制
9+
10+
11+ dataSource.sqlAnalysisError =不合法的执行语句
Original file line number Diff line number Diff line change 6060 <groupId >com.baomidou</groupId >
6161 <artifactId >mybatis-plus-boot-starter</artifactId >
6262 </dependency >
63- <dependency >
64- <groupId >javax.validation</groupId >
65- <artifactId >validation-api</artifactId >
66- </dependency >
6763 </dependencies >
6864</project >
Original file line number Diff line number Diff line change 44 */
55package ai .chat2db .spi ;
66
7- import javax .validation .constraints .NotEmpty ;
7+ import jakarta .validation .constraints .NotEmpty ;
88
99/**
1010 * @author jipengfei
Original file line number Diff line number Diff line change 66
77import java .util .List ;
88
9- import javax .validation .constraints .NotEmpty ;
10-
119import ai .chat2db .spi .model .Function ;
1210import ai .chat2db .spi .model .Procedure ;
1311import ai .chat2db .spi .model .Table ;
1412import ai .chat2db .spi .model .TableColumn ;
1513import ai .chat2db .spi .model .TableIndex ;
1614import ai .chat2db .spi .model .Trigger ;
15+ import jakarta .validation .constraints .NotEmpty ;
1716
1817/**
1918 * Get database metadata information.
Original file line number Diff line number Diff line change 209209 <artifactId >logbook-spring-boot-starter</artifactId >
210210 <version >3.1.0</version >
211211 </dependency >
212- <dependency >
213- <groupId >javax.validation</groupId >
214- <artifactId >validation-api</artifactId >
215- <version >2.0.1.Final</version >
216- </dependency >
217212 </dependencies >
218213 </dependencyManagement >
219214
You can’t perform that action at this time.
0 commit comments