
Java
bjyanwei
更好的用户体验,更好的开发体验。
展开
-
Springboot项目编译正常启动 Unable to start embedded container; Unable to start embedded Tomcat
Start export default JAVA_OPTS... Start crond... Start app... java -server -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap -XX:+DisableExplicitGC -verbose:gc -Xloggc:/a-one/log/gc/gc.log -XX:+PrintHeapAtGC -XX:+PrintTenuringDistribution -原创 2020-08-31 14:19:14 · 699 阅读 · 0 评论 -
SpringBoot API 接口 去除为NULL的字段
import com.fasterxml.jackson.annotation.JsonInclude; import com.fasterxml.jackson.databind.ObjectMapper; import org.springframework.boot.autoconfigure.condition.ConditionalOnMissingBean; import org.springframework.context.annotation.Bean; import org.spri.原创 2020-08-27 16:29:08 · 583 阅读 · 0 评论 -
The server time zone value '�й���ʱ��' is unrecognized or represents more than one time zone. You mu
无效连接属性异常java.sql.SQLException: The server time zone value '�й���ʱ��' is unrecognized 原因是因为MySQL版本过高,MySQL升级到8.0及以上,添加了许多新特性,安全性也得到提升。当然操作时也增加了些繁琐,需要考虑到的时区问题便是其中之一。 解决办法: a.url 部分加上 ...原创 2020-03-31 15:01:29 · 793 阅读 · 0 评论 -
IntelliJ IDEA 项目结构旁边出现 0%classes,0% lines covered
MAC -Analyze-Show Code Coverage Data原创 2019-10-30 14:11:03 · 222 阅读 · 0 评论 -
Java 中implement和extends的区别?
术语话来说: extends 继承类;implements 实现接口。原创 2019-10-30 11:32:02 · 236 阅读 · 0 评论