报错信息
register db Ping default, Binary was compiled with ‘CGO_ENABLED0’, go-sqlite3 requires cgo to work. This is a stubWindows解决办法
新建环境变量 新报错
Failed to build the application: # runtime/cgo
cgo: C compiler “gcc” not found: exec: “gc…
前提:
安装mysql并新建数据库--教程太多了此步骤省略;
用sqlyog连上mysql创建数据库redmine; 1.下载redmine-5.1.1.tar.gz,上传到/usr/local/software目录下;
2.解压
cd /usr/local/software
tar -zxvf redmine-5.…
6. Spring Boot的starters(重要)
一般认为,SpringBoot 微框架从两个主要层面影响 Spring 社区的开发者们:
基于 Spring 框架的“约定优先于配置(COC)”理念以及最佳实践之路。提供了针对日常企业应用研发各种场景的 spring-boot…