摘要: private static DruidDataSource druidDataSource; static { Properties properties = new Properties(); InputStream inputStream = DButil.class.getResourceA 阅读全文
posted @ 2021-11-04 23:26 软工小蜗牛 阅读(66) 评论(0) 推荐(0) 编辑
摘要: driver=com.mysql.jdbc.Driver url=jdbc:mysql://localhost:3306/shujuku?&useUnicode=true&serverTimezone=UTC username=root password=123456 #初始化连接数 initial 阅读全文
posted @ 2021-11-04 22:30 软工小蜗牛 阅读(69) 评论(0) 推荐(0) 编辑
摘要: import com.alibaba.druid.pool.DruidDataSource; import com.alibaba.druid.pool.DruidDataSourceFactory; import java.io.IOException; import java.io.InputS 阅读全文
posted @ 2021-11-04 22:29 软工小蜗牛 阅读(593) 评论(0) 推荐(0) 编辑
摘要: 在servlet层时设置 @WebServlet("/getServlet1")此时为servlet的注释 在html中配置form 的 action属性时 要将你的本地服务端地址一并输入例如 <form action="/MySQL_war_exploded/getServlet1" method 阅读全文
posted @ 2021-11-04 15:28 软工小蜗牛 阅读(161) 评论(0) 推荐(0) 编辑