
Nacos
编程界的切格瓦拉
独立不改,周行不殆。
展开
-
一次nacos遇到的坑--Caused by: java.sql.SQLTimeoutException: Login timeout exceeded. at org.apache.derby.i
按照官方教程 无脑启动 报错org.springframework.context.ApplicationContextException: Unable to start web server; nested exception is org.springframework.boot.web.server.WebServerException: Unable to start embedded Tomcat at org.springframework.boot.web.servlet.context.S原创 2020-10-26 10:25:52 · 10060 阅读 · 1 评论 -
idea 2020取消Import Maven projects automatically
idea推出2020 版本以后 ,取消了maven 原本的自动加载依赖的设置, 新版本在修改pom.xml 后,点击右上角的"M"即可更新原创 2020-10-01 17:11:33 · 4159 阅读 · 1 评论 -
solve the problem:maven dependency has been downloaded but idea can‘t import
in idea: File -> Settings -> Maven -> Importing -> Import Maven projects automatically(yes)原创 2020-09-14 16:21:29 · 100 阅读 · 0 评论 -
Skip style check in mvn
mvn -Prelease-nacos clean install -U -f pom.xml -Dmaven.test.skip=true -Dcheckstyle.skip=true原创 2020-09-11 13:19:48 · 852 阅读 · 0 评论 -
How to compile nacos
mvn -Prelease-nacos clean install -U -f pom.xml -Dmaven.test.skip=true原创 2020-09-10 22:14:03 · 96 阅读 · 0 评论 -
Nacos配置mysql数据库
Nacos配置mysql数据库 1 使用 conf/nacos-mysql.sql 文件初始化数据库 2 application.properties spring.datasource.platform=mysql db.num=1 db.url.0=jdbc:mysql://127.0.0.1:3306/nacos?characterEncoding=utf8&connectTimeout=1000&socketTimeout=3000&autoReconnect=true&am原创 2020-09-10 15:06:20 · 711 阅读 · 0 评论 -
‘Could not load jarFile‘ or nothing while starting nacos
Just /usr/local/java/jdk1.8.0_151/bin/java -Xms512m -Xmx512m -Xmn256m -Dnacos.standalone=true -Dnacos.member.list= -Djava.ext.dirs=/usr/local/java/jdk1.8.0_151/jre/lib/ext:/usr/local/java/jdk1.8.0_151/lib/ext -Xloggc:/raid/ICIP2020/nacos/distribution/logs原创 2020-09-06 11:42:38 · 129 阅读 · 0 评论 -
error creating bean serverManager when starting nacos
U may have used bash -f startup.sh -m standlone instead of bash -f startup.sh -m standalone ‘a’ is lacked…原创 2020-09-06 11:37:25 · 196 阅读 · 0 评论