時間:2023-05-24 15:15:01 | 來源:網(wǎng)站運營
時間:2023-05-24 15:15:01 來源:網(wǎng)站運營
無框架版Java Web 項目完整案例實戰(zhàn)(二)——基礎(chǔ)配置與登錄界面開發(fā):<?xml version="1.0" encoding="UTF-8"?><web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://xmlns.jcp.org/xml/ns/javaee" xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/web-app_3_1.xsd" id="WebApp_ID" version="3.1"> <display-name>dbSystem</display-name> <welcome-file-list> <welcome-file>login.html</welcome-file> <welcome-file>login.htm</welcome-file> <welcome-file>login.jsp</welcome-file> <welcome-file>default.html</welcome-file> <welcome-file>default.htm</welcome-file> <welcome-file>default.jsp</welcome-file> </welcome-file-list></web-app>
<?xml version="1.0" encoding="UTF-8"?><c3p0-config> <!-- This app is massive! --> <named-config name="mvcApp"> <property name="driverClass">org.postgresql.Driver</property> <property name="jdbcUrl">jdbc:postgresql://localhost:5432/test</property> <property name="user">*****</property> <property name="password">******</property> <property name="acquireIncrement">5</property> <property name="initialPoolSize">10</property> <property name="minPoolSize">10</property> <property name="maxPoolSize">50</property> <!-- intergalactoApp adopts a different approach to configuring statement caching --> <property name="maxStatements">20</property> <property name="maxStatementsPerConnection">5</property> </named-config></c3p0-config>
關(guān)鍵詞:配置,基礎(chǔ),界面,實戰(zhàn),完整,項目
微信公眾號
版權(quán)所有? 億企邦 1997-2025 保留一切法律許可權(quán)利。