We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
<resources> <resource> <directory>src/main/java</directory> <includes> <include>**/*.properties</include> <include>**/*.xml</include> <include>**/*.yml</include> </includes> <filtering>false</filtering> </resource> <resource> <directory>src/main/resources</directory> <includes> <include>**/*.properties</include> <include>**/*.xml</include> <include>**/*.yml</include> </includes> <filtering>false</filtering> </resource> </resources>
<form class="form-horizontal" role="form" action="login" id="from1" method="post">
<context-param> <param-name>contextConfigLocation</param-name> <param-value>classpath:spring/applicationContext-*.xml</param-value> </context-param>
/
The text was updated successfully, but these errors were encountered:
增加:1、tomcat在8.5.76这个版本测试可以,8.5.68这个版本不行。 2、高版本的mysql,要注意修改链接参数为jdbc.url = jdbc:mysql://localhost:3306/examination_system?useSSL=false 3.一定要用”添加maven项目”添加,否则有可能不成功
Sorry, something went wrong.
赞!!!
No branches or pull requests
参考了之前的issues,总结如下:
/
The text was updated successfully, but these errors were encountered: