-
Notifications
You must be signed in to change notification settings - Fork 146
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
若配置好环境后运行仍抛出异常, 请参考此方法 #15
Labels
bug
Something isn't working
Comments
GoogTech
changed the title
if you want to run the project successfully please refer to this issue
how to run it successfully
Aug 20, 2020
修改了tb_admin表里面的数据,运行登陆弹出“登陆失败!服务器发生异常”,这个怎么解决呀? |
请检查数据库是否链接成功.
|
我的环境是macOS,我是不是路径错了啊。。。 |
上图 只 能 表示idea工具链接mysql数据库是成功的, 并不代表后端项目已成功链接数据库, 请检查数据库配置文件, 是否正确改写数据库用户名及密码. 祝好运. 晚安好梦.
|
晚安好梦 |
还有, 记得学习debug技能, 以及学会分析前后端错误日志信息.
|
数据库是Studentss ?
|
对的,数据库是Studentss |
终于复现了,是一个十分值得学习的项目。 |
|
显示url错误是什么原因啊,打不开网页 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
第一个错误分析
解决办法 : 将 resource 文件重命名为
resources
并将 resources 下的文件都设置为resources root
类型,除了 mapper 文件夹哟( 设置办法 : 右击 resources 文件夹 ---> Mark Directory as ---> resources root )第二个错误分析
第一个常见错误解决了,若运行后还会报错那应该就是数据库的问题了,错误信息及解决方法如下所示:
修改数据库配置信息 : 先逐个复制表结构和语句,去掉编码部分( 我的mysql是5.0.51 ). 首先打开数据库配置文件 c3p0.properties 将
com.mysql.cj.jdbc.Driver
改为com.mysql.jdbc.Driver
更新 pom.xml 文件中的
mysql-connector-java
版本并在下面加上
第三个错误分析
一和二问题解决后就可以成功地运行该项目了,但是会发现使用名为
黄宇辉
的账户信息登录时会无法登录 ! 这是因为中文乱码的问题,自行在相应数据表中使用英文字母新建用户信息后,重新登录即可.The text was updated successfully, but these errors were encountered: