Skip to content
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

终于弄出来了,pom.xml文件中加一些东西。 #33

Open
fanzhucheng opened this issue Oct 13, 2019 · 15 comments
Open

终于弄出来了,pom.xml文件中加一些东西。 #33

fanzhucheng opened this issue Oct 13, 2019 · 15 comments

Comments

@fanzhucheng
Copy link

fanzhucheng commented Oct 13, 2019

<plugins> <plugin> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-maven-plugin</artifactId> <version>9.4.20.v20190813</version> <configuration> <scanIntervalSeconds>5</scanIntervalSeconds> <webApp> <contextPath>/</contextPath> </webApp> </configuration> </plugin> </plugins>

`pom.xml的build里面加上上面的的内容,然后用mvn`` jetty:run 启动,不要用Tomcat。然后自己在浏览器输入网址。

@chenjielauren
Copy link

有没有碰到Cause: org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is java.sql.SQLException: Connections could not be acquired from the underlying database! 这个问题 用的是本地搭的mysql数据库。

@fanzhucheng
Copy link
Author

.sql文件导入数据库中了吗? mysql.properties文件中的用户名,密码更改了吗?如果这些都做了还不行的话,我也没有办法,我也是个菜鸟。

@chenjielauren
Copy link

JDBCConnectionError
是mysql connector java的版本与安装的mysql workbench 不一致
zou-Jack/examination_system-#2

@fanzhucheng
Copy link
Author

所以问题解决了是吗?祝你好运。

@chenjielauren
Copy link

是的,搞了3、4个小时才好。

@fanzhucheng
Copy link
Author

我当初搞了一个下午没弄好,气得我两天没碰他,后来问的我一个叔叔,他帮我解决了,O(∩_∩)O。

@chenjielauren
Copy link

叔叔几岁啊,还能写代码啊?

@fanzhucheng
Copy link
Author

辈分大而已,年龄也就30岁左右。

@Frank1o
Copy link

Frank1o commented Nov 12, 2019

<plugins> <plugin> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-maven-plugin</artifactId> <version>9.4.20.v20190813</version> <configuration> <scanIntervalSeconds>5</scanIntervalSeconds> <webApp> <contextPath>/</contextPath> </webApp> </configuration> </plugin> </plugins>

`pom.xml的构建里面加上上面的内容,然后用mvn`` jetty:run启动,不要用Tomcat。然后自己在浏览器输入网址。

你好,请问可以私聊吗?想请教一下这个问题!拜托了!

@chenjielauren
Copy link

啥问题? 不好意思 刚看到

@Frank1o
Copy link

Frank1o commented Nov 19, 2019

啥问题? 不好意思 刚看到

请问有没有遇到跳转页面出现404或401的状况?

@chenjielauren
Copy link

我没用Tomcat配置,用的是jetty配置,没出现404或401。

@Frank1o
Copy link

Frank1o commented Nov 19, 2019

我没用Tomcat配置,用的是jetty配置,没出现404或401。

登陆之后功能都可以使用吗?

@chenjielauren
Copy link

有些功能我不需要,没有全测,只用了管理员功能那一块。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants
@chenjielauren @fanzhucheng @Frank1o and others