包优化,数据库文档增加oracle支持
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
<java.version>1.8</java.version>
|
||||
<maven.compiler.source>${java.version}</maven.compiler.source>
|
||||
<maven.compiler.target>${java.version}</maven.compiler.target>
|
||||
<fastjson.version>1.2.53</fastjson.version>
|
||||
<fastjson.version>1.2.61</fastjson.version>
|
||||
<pagehelper.version>4.1.6</pagehelper.version>
|
||||
<springfox.swagger.version>2.9.2</springfox.swagger.version>
|
||||
</properties>
|
||||
@@ -37,6 +37,16 @@
|
||||
<artifactId>fastjson</artifactId>
|
||||
<version>${fastjson.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>cn.hutool</groupId>
|
||||
<artifactId>hutool-http</artifactId>
|
||||
<version>4.1.8</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>commons-lang</groupId>
|
||||
<artifactId>commons-lang</artifactId>
|
||||
<version>2.6</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.github.pagehelper</groupId>
|
||||
<artifactId>pagehelper</artifactId>
|
||||
|
||||
Reference in New Issue
Block a user