今天完成了基础信息的CRUD,但是遇到了一个关于JAVA Spring Boot注入的问题。
问题如下:
Error:(20, 34) Could not autowire. No beans of workCenterInfoMapper type found.@Autowired
private workCenterInfoMapper workCenterInfoMapper;
我改成:@Resource
private workC…
对gitness最基本的安装以及从Github配置token获取源码仓库的相关配置。目录Docker 安装注册账户创建项目导入已有仓库配置 Github Token同步源代码仓库
官方链接Gitness was the next step in the evolution of Drone, from continuous integration to source code hosting, br…