1.手工搭建springboot的 demo。项目service层auto注入没有显示无法注入。但是调用service层的方法就会statement not found。然后使用@Qualifier()注解,service层成功调用。结果dao层的方法调用又报同样的错。用jdbc查询可以正常查询,劳烦各路神仙看看咋回事启动类
How to use verdaccio to create private npm registry? npm i -g verdaccio npm set registry http://localhost:4873 verdaccio // to start verdaccio npm adduser --registry http://localhost:4873 type [链接]:4873 in bowser adress bar and enter revise verdaccio config file open a terminal gedit /home/abby...