springboot配置Druidpom.xml
注:springboot与druid的版本兼容问题(Druid 1.1.8以上兼容springboot2.0)
<!-- druid连接池 -->
<dependency>
2018-08-02