Skip to content

Commit 198e83f

Browse files
committed
忽略本地配置
1 parent 38d2c70 commit 198e83f

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,5 @@ target/
1717

1818
.idea
1919
*.iml
20-
*versionsBackup
20+
*versionsBackup
21+
*/local_conf/*

nutz-plugins-ngrok/pom.xml

+5
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,11 @@
7373
<version>4.12</version>
7474
<scope>test</scope>
7575
</dependency>
76+
<dependency>
77+
<groupId>org.slf4j</groupId>
78+
<artifactId>slf4j-log4j12</artifactId>
79+
<version>1.7.25</version>
80+
</dependency>
7681
</dependencies>
7782
<build>
7883
<plugins>

0 commit comments

Comments
 (0)