06 2023 档案

摘要:# Debug相关设置 ## 1. 简化显示,并显示 IOC 容器中 Bean 个数 自定义 DataViews ![](https://img2023.cnblogs.com/blog/2171496/202306/2171496-20230626113743113-179911973.png) 阅读全文
posted @ 2023-06-26 11:38 爱新觉罗LQ 阅读(8) 评论(0) 推荐(0) 编辑
摘要:![](https://img2023.cnblogs.com/blog/2171496/202306/2171496-20230625171300000-387028355.png) 解决方式: 在 pom.xml 中增加依赖 ```xml org.springframework.boot spr 阅读全文
posted @ 2023-06-25 17:14 爱新觉罗LQ 阅读(3) 评论(0) 推荐(0) 编辑
摘要:```bash #SPRING CONFIG(ConfigFileApplicationListener) spring.config.name =#配置文件名(默认 为 'application' ) spring.config.location =#配置文件的位置 # 多环境配置文件激活属性 s 阅读全文
posted @ 2023-06-23 16:25 爱新觉罗LQ 阅读(50) 评论(0) 推荐(0) 编辑
摘要:![](https://img2023.cnblogs.com/blog/2171496/202306/2171496-20230618135333700-278586851.png) 解决方式:终端也要设置代理 ```bash export https_proxy=http://127.0.0.1 阅读全文
posted @ 2023-06-18 13:54 爱新觉罗LQ 阅读(129) 评论(0) 推荐(0) 编辑
摘要:![](https://img2023.cnblogs.com/blog/2171496/202306/2171496-20230612134415969-308967954.png) ```bash The content of element type "configuration" must 阅读全文
posted @ 2023-06-12 13:44 爱新觉罗LQ 阅读(6) 评论(0) 推荐(0) 编辑
摘要:![](https://img2023.cnblogs.com/blog/2171496/202306/2171496-20230612131039888-368756482.png) 如果属性文件中配置的不是jdbc.username,而是username=root,那么使用${username} 阅读全文
posted @ 2023-06-12 13:12 爱新觉罗LQ 阅读(12) 评论(0) 推荐(0) 编辑
摘要:```xml ``` ![](https://img2023.cnblogs.com/blog/2171496/202306/2171496-20230608001550361-1306243414.png) 因为底层是按照 接口来进行装配的 阅读全文
posted @ 2023-06-08 00:16 爱新觉罗LQ 阅读(10) 评论(0) 推荐(0) 编辑
摘要:# 高版本JDK无法使用 @Resource 注解解决方案 ## 1. 普通项目 下载 [javax.annotation-api-1.3.2.jar](https://repo1.maven.org/maven2/javax/annotation/javax.annotation-api/1.3. 阅读全文
posted @ 2023-06-07 18:53 爱新觉罗LQ 阅读(549) 评论(0) 推荐(0) 编辑
摘要:# 高版本 JDK Hibernate Validator 扩展注解 https://stackoverflow.com/questions/35986200/error-creating-bean-with-name-org-springframework-validation-beanvalid 阅读全文
posted @ 2023-06-05 21:15 爱新觉罗LQ 阅读(27) 评论(0) 推荐(0) 编辑
摘要:添加快捷代码 语法: <base href="<%=request.getContextPath() + "/"%>"> <script type="text/javascript" src="script/jquery-3.6.0.min.js"></script> <script type="t 阅读全文
posted @ 2023-06-05 13:32 爱新觉罗LQ 阅读(49) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示