摘要:
private static DruidDataSource druidDataSource; static { Properties properties = new Properties(); InputStream inputStream = DButil.class.getResourceA 阅读全文
摘要:
driver=com.mysql.jdbc.Driver url=jdbc:mysql://localhost:3306/shujuku?&useUnicode=true&serverTimezone=UTC username=root password=123456 #初始化连接数 initial 阅读全文
摘要:
import com.alibaba.druid.pool.DruidDataSource; import com.alibaba.druid.pool.DruidDataSourceFactory; import java.io.IOException; import java.io.InputS 阅读全文
摘要:
在servlet层时设置 @WebServlet("/getServlet1")此时为servlet的注释 在html中配置form 的 action属性时 要将你的本地服务端地址一并输入例如 <form action="/MySQL_war_exploded/getServlet1" method 阅读全文