技术
未读
Springboot+MyBatis,启动报‘Skipping MapperFactoryBean with name 'xxx' 警告
原因猜测 这里仅就问题的表现做一些猜测: 猜测是由于@MapperScan注解的存在是的Spring在启动时首先根据注解配置的包名去扫描了一次Mapper接口,并将其注册到Spring容器中,而且由于在application.yml中配置了mapper xml的地址,mybatis读取xml配置指定
技术
未读
服务器部署GitLab(Ubuntu+gitlab)
英文版(可安装最新版本) 官方https://about.gitlab.com/install/ 可选择系统,以Ubuntu为例 1.安装和配置必要的依赖项 sudo apt-get update
sudo apt-get install -y curl openssh-server ca-cert