-
环境:springboot
mysql
mysql-connector-java
6.0.6
com.alibaba
druid-spring-boot-starter
1.1.6
…
-
## 环境
* SpringBoot 1.5.9
* OpenJDK 8
* druid-spring-boot-starter 1.1.6
* PostgreSQL 10.1
* postgresql(驱动) 42.1.4
## SQL
```sql
DROP TABLE IF EXISTS "public"."city";
CREATE TABLE "public"."c…
-
Hi:
I use h2 in SpringBoot 1.5.6.RELEASE 。
Now there is a problem,When the system is running for some time, I got some exception:
```java
Caused by: org.h2.jdbc.JdbcSQLException: The data…
-
配置
```properties
# Master datasource config
spring.datasource.druid.master.name=master
spring.datasource.druid.master.driver-class-name=com.mysql.jdbc.Driver
spring.datasource.druid.master.url=jd…
-
org.springframework.beans.factory.BeanDefinitionStoreException: Failed to process import candidates for configuration class [com.github.trang.druid.DruidAutoConfiguration]; nested exception is java.la…
af826 updated
6 years ago
-
## Bug Report
cannot read config item in properites file correctly.
```
java.net.UnknownHostException: ${zookeeper.server}: nodename nor servname provided, or not known
```
full console log…
-
Caused by: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: The last packet successfully received from the server was 232,746,460 milliseconds ago. The last packet sent successfully to the se…
-
如何配置监控地址为"/admin/druid"..
-
c.t.r.mapper.OrderMergeMapper.insert : ==> Preparing: INSERT INTO plugin_order_merge ( id ) VALUES( ? )
org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.type.T…
-
## 环境
* SpringBoot 1.5.8
* OpenJDK 8
* druid-spring-boot-starter 1.1.5
* PostgreSQL 10.1
* postgresql(驱动) 42.1.4
## SQL
```sql
DROP TABLE IF EXISTS "public"."city";
CREATE TABLE "public"."c…