重新提交
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,7 @@
|
||||
url=jdbc:mysql://localhost:3306/library_management?serverTimezone=UTC&useSSL=false&allowPublicKeyRetrieval=true
|
||||
username=root
|
||||
password=root
|
||||
driverClassName=com.mysql.cj.jdbc.Driver
|
||||
initialSize=10
|
||||
maxActive=20
|
||||
maxWait=1000
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
classes/artifacts/LM_Web_exploded/WEB-INF/lib/druid-1.2.24.jar
Normal file
BIN
classes/artifacts/LM_Web_exploded/WEB-INF/lib/druid-1.2.24.jar
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
classes/artifacts/LM_Web_exploded/WEB-INF/lib/lombok.jar
Normal file
BIN
classes/artifacts/LM_Web_exploded/WEB-INF/lib/lombok.jar
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
14
classes/artifacts/LM_Web_exploded/WEB-INF/web.xml
Normal file
14
classes/artifacts/LM_Web_exploded/WEB-INF/web.xml
Normal file
@@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<web-app xmlns="http://xmlns.jcp.org/xml/ns/javaee"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/web-app_4_0.xsd"
|
||||
version="4.0">
|
||||
|
||||
<welcome-file-list>
|
||||
<welcome-file>view/Login.jsp</welcome-file>
|
||||
</welcome-file-list>
|
||||
|
||||
<!-- 过滤器统一使用 @WebFilter 注解注册,不需要在 web.xml 中重复配置 -->
|
||||
<!-- 执行顺序由 @WebFilter 的 filter-name 字母顺序决定:A → E → EmployeePermission -->
|
||||
|
||||
</web-app>
|
||||
Reference in New Issue
Block a user