06 2023 档案
摘要:# Debug相关设置 ## 1. 简化显示,并显示 IOC 容器中 Bean 个数 自定义 DataViews 
阅读全文
摘要: 解决方式: 在 pom.xml 中增加依赖 ```xml org.springframework.boot spr
阅读全文
摘要:```bash #SPRING CONFIG(ConfigFileApplicationListener) spring.config.name =#配置文件名(默认 为 'application' ) spring.config.location =#配置文件的位置 # 多环境配置文件激活属性 s
阅读全文
摘要: 解决方式:终端也要设置代理 ```bash export https_proxy=http://127.0.0.1
阅读全文
摘要: ```bash The content of element type "configuration" must
阅读全文
摘要: 如果属性文件中配置的不是jdbc.username,而是username=root,那么使用${username}
阅读全文
摘要:```xml ```  因为底层是按照 接口来进行装配的
阅读全文
摘要:# 高版本JDK无法使用 @Resource 注解解决方案 ## 1. 普通项目 下载 [javax.annotation-api-1.3.2.jar](https://repo1.maven.org/maven2/javax/annotation/javax.annotation-api/1.3.
阅读全文
摘要:# 高版本 JDK Hibernate Validator 扩展注解 https://stackoverflow.com/questions/35986200/error-creating-bean-with-name-org-springframework-validation-beanvalid
阅读全文
摘要:添加快捷代码 语法: <base href="<%=request.getContextPath() + "/"%>"> <script type="text/javascript" src="script/jquery-3.6.0.min.js"></script> <script type="t
阅读全文

浙公网安备 33010602011771号