Skip to content

Commit

Permalink
登录日志
Browse files Browse the repository at this point in the history
  • Loading branch information
fxllong committed Mar 4, 2019
1 parent 057a474 commit 343cdc2
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions fisher-auth/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,15 @@
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>

<dependency>
<groupId>com.fisher.starter</groupId>
<artifactId>fisher-log-spring-boot-starter</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-jdbc</artifactId>
</dependency>

<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
Expand Down

0 comments on commit 343cdc2

Please sign in to comment.