摘要:
Ctrl + Alt + O 自动清除未使用的import包 阅读全文
摘要:
有三种方式 1、使用占位符#{0},#{1}....对应顺序就是参数的顺序 2、使用map封装入参 3、使用@Param 阅读全文
摘要:
@PathVariable 将路径传递为入参 阅读全文
摘要:
本次项目使用了templates模板,在html中导入js和css,项目可以正常启动,但是访问请求后,在浏览器中就找不到js和css文件,如下是项目路径: 试了网上的很多方法,但是都没有成功,后面查看自己的pom文件,看到在resource标签中放行了html文件,就模仿着写了放行css和js等文件 阅读全文
摘要:
页面模板 application.properties 阅读全文
摘要:
pom文件 <dependencies> <dependency> <groupId>com.sbdubbo</groupId> <artifactId>provider-interface</artifactId> <version>1.0-SNAPSHOT</version> </depende 阅读全文
摘要:
记录几个不错的博文地址 面试题:https://blog.csdn.net/Y0Q2T57s/article/details/83005376 dubbo原理: https://blog.csdn.net/a347911/article/details/88324056 https://blog.c 阅读全文