diff --git a/src/main/resources/mysql.properties b/src/main/resources/mysql.properties index 53d244b..c2c0d7e 100644 --- a/src/main/resources/mysql.properties +++ b/src/main/resources/mysql.properties @@ -1,4 +1,5 @@ jdbc.driver = com.mysql.jdbc.Driver -jdbc.url = jdbc:mysql://localhost:3306/examination_system +# jdbc.url = jdbc:mysql://localhost:3306/examination_system +jdbc.url = jdbc:mysql://localhost:3306/examination_system?characterEncoding=utf8&useSSL=false&serverTimezone=UTC&rewriteBatchedStatements=true jdbc.username = root -jdbc.password = 123456 \ No newline at end of file +jdbc.password = 1234 diff --git a/src/main/webapp/WEB-INF/jsp/admin/menu.jsp b/src/main/webapp/WEB-INF/jsp/admin/menu.jsp index 898839d..307d755 100644 --- a/src/main/webapp/WEB-INF/jsp/admin/menu.jsp +++ b/src/main/webapp/WEB-INF/jsp/admin/menu.jsp @@ -1,13 +1,22 @@ <%@ page contentType="text/html;charset=UTF-8" language="java" %> -