Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
indicators
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zhangkb
indicators
Commits
b11f2a85
Commit
b11f2a85
authored
Dec 31, 2020
by
hzc
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改mysql驱动包
parent
d5b0bcd4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
74 additions
and
3 deletions
+74
-3
pom.xml
pom.xml
+74
-3
No files found.
pom.xml
View file @
b11f2a85
...
@@ -72,12 +72,12 @@
...
@@ -72,12 +72,12 @@
<dependency>
<dependency>
<groupId>
io.springfox
</groupId>
<groupId>
io.springfox
</groupId>
<artifactId>
springfox-swagger2
</artifactId>
<artifactId>
springfox-swagger2
</artifactId>
<version>
2.
5
.0
</version>
<version>
2.
8
.0
</version>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
io.springfox
</groupId>
<groupId>
io.springfox
</groupId>
<artifactId>
springfox-swagger-ui
</artifactId>
<artifactId>
springfox-swagger-ui
</artifactId>
<version>
2.
5
.0
</version>
<version>
2.
8
.0
</version>
</dependency>
</dependency>
<!-- <dependency>
<!-- <dependency>
<groupId>org.projectlombok</groupId>
<groupId>org.projectlombok</groupId>
...
@@ -105,7 +105,7 @@
...
@@ -105,7 +105,7 @@
<dependency>
<dependency>
<groupId>
mysql
</groupId>
<groupId>
mysql
</groupId>
<artifactId>
mysql-connector-java
</artifactId>
<artifactId>
mysql-connector-java
</artifactId>
<!-- <version>8.0.15</version> --
>
<version>
8.0.15
</version
>
</dependency>
</dependency>
<!-- mXparser -->
<!-- mXparser -->
...
@@ -187,6 +187,13 @@
...
@@ -187,6 +187,13 @@
<artifactId>
fastjson
</artifactId>
<artifactId>
fastjson
</artifactId>
<version>
${fastjson.version}
</version>
<version>
${fastjson.version}
</version>
</dependency>
</dependency>
<!--离线文档-->
<dependency>
<groupId>
io.github.swagger2markup
</groupId>
<artifactId>
swagger2markup
</artifactId>
<version>
1.3.1
</version>
</dependency>
</dependencies>
</dependencies>
<dependencyManagement>
<dependencyManagement>
<dependencies>
<dependencies>
...
@@ -230,6 +237,70 @@
...
@@ -230,6 +237,70 @@
<groupId>
org.springframework.boot
</groupId>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-maven-plugin
</artifactId>
<artifactId>
spring-boot-maven-plugin
</artifactId>
</plugin>
</plugin>
<!-- <plugin>-->
<!-- <groupId>org.asciidoctor</groupId>-->
<!-- <artifactId>asciidoctor-maven-plugin</artifactId>-->
<!-- <version>1.5.3</version>-->
<!-- <!– Include Asciidoctor PDF for pdf generation –>-->
<!-- <dependencies>-->
<!-- <dependency>-->
<!-- <groupId>org.asciidoctor</groupId>-->
<!-- <artifactId>asciidoctorj-pdf</artifactId>-->
<!-- <version>1.5.0-alpha.10.1</version>-->
<!-- </dependency>-->
<!-- <dependency>-->
<!-- <groupId>org.jruby</groupId>-->
<!-- <artifactId>jruby-complete</artifactId>-->
<!-- <version>1.7.24</version>-->
<!-- </dependency>-->
<!-- </dependencies>-->
<!-- <!– Configure generic document generation settings –>-->
<!-- <configuration>-->
<!-- <sourceDirectory>src/docs/generated/ascii</sourceDirectory>-->
<!-- <sourceHighlighter>coderay</sourceHighlighter>-->
<!-- <attributes>-->
<!-- <!–菜单栏在左边–>-->
<!-- <toc>left</toc>-->
<!-- <!–多标题排列–>-->
<!-- <toclevels>3</toclevels>-->
<!-- <!–自动打数字序号–>-->
<!-- <sectnums>true</sectnums>-->
<!-- </attributes>-->
<!--<!– <attributes>–>-->
<!--<!– <toc>left</toc>–>-->
<!--<!– </attributes>–>-->
<!-- </configuration>-->
<!-- <!– Since each execution can only handle one backend, run-->
<!-- separate executions for each desired output type –>-->
<!-- <executions>-->
<!-- <!–生成html–>-->
<!--<!– <execution>–>-->
<!--<!– <id>output-html</id>–>-->
<!--<!– <phase>generate-resources</phase>–>-->
<!--<!– <goals>–>-->
<!--<!– <goal>process-asciidoc</goal>–>-->
<!--<!– </goals>–>-->
<!--<!– <configuration>–>-->
<!--<!– <backend>html5</backend>–>-->
<!--<!– <outputDirectory>src/docs/generated/html</outputDirectory>–>-->
<!--<!– </configuration>–>-->
<!--<!– </execution>–>-->
<!-- <!–生成pdf–>-->
<!-- <execution>-->
<!-- <id>output-pdf</id>-->
<!-- <phase>generate-resources</phase>-->
<!-- <goals>-->
<!-- <goal>process-asciidoc</goal>-->
<!-- </goals>-->
<!-- <configuration>-->
<!-- <backend>pdf</backend>-->
<!-- <outputDirectory>src/docs/generated/pdf</outputDirectory>-->
<!-- </configuration>-->
<!-- </execution>-->
<!-- </executions>-->
<!-- </plugin>-->
</plugins>
</plugins>
</build>
</build>
</project>
</project>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment