Could not find artifact SNAPSHOT
Maven异常:0.0.1-SNAPSHOT: Could not find artifact
原因是本地仓库缺少了xxx-SNAPSHOT, 原来是忘记了将父工程打包到本地仓库 ,运行聚合工程前记得先将依赖的工程都先Maven install到本地仓库,否则也会出现以上问题。用Maven install 对父工程安装到本地仓库,即可解决该问题。
Maven异常:0.0.1-SNAPSHOT: Could not find artifact
原因是本地仓库缺少了xxx-SNAPSHOT, 原来是忘记了将父工程打包到本地仓库 ,运行聚合工程前记得先将依赖的工程都先Maven install到本地仓库,否则也会出现以上问题。用Maven install 对父工程安装到本地仓库,即可解决该问题。
曹德旺:中美之间的核心差异是什么?
美国讲究:公平,独立;中国讲究:谦虚,孝敬。
这个中国和西方价值观的核心差异。适合自己的才是最好的,每个人思考,什么是适合自己环境的选择。
1小时定时关机:shutdown -s -t 3600
10点关机:at 22:00 shutdown -s
取消关机shutdown -a
1.新建项目,打开mybatis-generator-gui生成项目模板
看了很多名人,良辰思考了下:人类的顶级职业
另一个mybatis:MyBatis-Plus
https://mp.baomidou.com,不用xml,也是满犀利的。
在注解上加上required = false,如下:
@Autowired(required = false)
private UserMapper usermapper;
spring boot原来是2016-1018年火起来的,原来以前也是没有这么方便的框架的。原来如此,现在学习这个也不算太慢哈。
一个还不错的学习springboot的网站http://springboot.fun
spring-boot学习地址 19.6k的星星
https://gitee.com/ityouknow/spring-boot-examples
牛逼啊,这个学习地址
文档在这里:https://github.com/ityouknow/spring-boot-examples/
mybatis自动生成
https://github.com/zouzg/mybatis-generator-gui
编译:mvn jfx:jar
cd target/jfx/app/
启动:java -jar mybatis-generator-gui.jar
找一款:
项目进度管理系统
项目管理系统
敏捷开发
https://niaobulashi.com/archives/mybatis-summary.html
1) 码云项目推荐
https://gitee.com/explore/game-and-entertainment
2) MyBatis集成Spring Boot的官方例子
https://github.com/mybatis/spring-boot-starter
mysql设置时区set global time_zone='+8:00';
spring-boot-plus这个开源框架还不错,机智偷懒的框架
https://gitee.com/geekidea/spring-boot-plus
Artifact contains illegal characters 工件包含非法字符
原因是Artifact字段不能用大写,先改小写,点Next,Next步骤后,New Project阶段改回大写即可。
C:\Users\1\AppData\Roaming\VanDyke\Config\FireWalls
目录下加一个空文件 无.ini
直接用talkingdata的数据吧。
http://www.talkingdata.com
Cannot resolve org.csource:fastdfs-client-java:1.27-SNAPSHOT
因为fastdfs不在中央库
git clone https://github.com/happyfish100/fastdfs-client-java
mvn clean install 安装搞定。