摘要: 你看一下你连接数据库的用户,需要有DBA权限才能看到这个表。 阅读全文
posted @ 2019-11-06 16:27 Curedfisher 阅读(3074) 评论(0) 推荐(0) 编辑
摘要: 转载URL:https://blog.csdn.net/zhangjinwei417/article/details/92823438 阅读全文
posted @ 2019-11-06 09:42 Curedfisher 阅读(3671) 评论(0) 推荐(0) 编辑
摘要: 1.1 maxActive 连接池支持的最大连接数。一般取值20就可以了,一般把maxActive设置成可能的并发量就行了设 0 为没有限制。 1.2 maxIdle 连接池中最多可空闲maxIdle个连接 ,这里取值为20,表示即使没有数据库连接时依然可以保持20空闲的连接,而不被清除,随时处于待 阅读全文
posted @ 2019-11-06 08:34 Curedfisher 阅读(2560) 评论(0) 推荐(1) 编辑
摘要: 1.pom.xml <?xml version="1.0" encoding="UTF-8"?><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instanc 阅读全文
posted @ 2019-11-06 08:14 Curedfisher 阅读(544) 评论(0) 推荐(0) 编辑