。。。
application.yml 无法加载数据属性源
Posted on
Edited on
毕设错误1
1 | server: |
SQLException 时区区值无法识别
Posted on
Edited on
毕设错误2
下面这个真的是让我一头雾水,翻译了之后才理解,原来是在新版的com.mysql.jdbc.Driver这个已经被替换了,现在开始使用com.mysql.cj.jdbc.Driver,因此就要给MySQL服务器设置时区。
所以才有了接下里的错误:
1 | java.sql.SQLException: The server time zone value 'Öйú±ê׼ʱ¼ä' is unrecognized or represents more than one time zone. |
SpringBoot结合Dobbo出现Error
Posted on
Edited on
如题目所属,这是我遇到的问题,以此记录一下,不说上异常:
1 | org.springframework.beans.factory.BeanCreationException: |
这个是在我写练习Demo时遇到的错误,经过反复的琢磨之后,才发现,是在引入Dubbo时,由Dubbo引入的Spring包与SpringBoot引入的Spring包发生了冲突,所以修改pom.xml文件,
排序算法
Posted on
Edited on
Git配置SSH key密钥
Posted on
Edited on
Armstrong Number - 阿姆斯特朗数
Posted on
Edited on
1. 第一个版本
1 | import java.util.*; |
SpringBoot相关组件详细配置信息
Posted on
Edited on
Hibernate
使用HibernateORM需要引入以下的包:
1 | spring-boot-starter-data-jpa |
下面是Hibernate的详细配置信息:
1 | #数据库使用的驱动类 |
关系模式与范式
Posted on
Edited on
Hello World
Posted on
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.
Quick Start
Create a new post
1 | $ hexo new "My New Post" |
More info: Writing
Run server
1 | $ hexo server |
More info: Server
Generate static files
1 | $ hexo generate |
More info: Generating
Deploy to remote sites
1 | $ hexo deploy |
More info: Deployment