Skip to content

Commit ccdc3ec

Browse files
author
xianyanYang
committed
版本升级至1.1.0-SNAPSHOT;
docker-java.version版本升级至3.1.0-rc-3;
1 parent 54d9e79 commit ccdc3ec

File tree

4 files changed

+30
-16
lines changed

4 files changed

+30
-16
lines changed

.gitignore

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
#Ignore Mac OS X DS Store
2+
.DS_Store
3+
4+
*~
5+
*.swp
6+
.project
7+
.settings
8+
.classpath
9+
10+
# Ignore all build/dist directories
11+
target
12+
13+
# Ignore InteliJ Idea project files
14+
.idea
15+
!.idea/codeStyleSettings.xml
16+
!.idea/encodings.xml
17+
*.iml
18+
*.iws
19+
*.ipr
20+
21+
# Ignore all log files
22+
*.log
23+
24+
#Ignore Test Output
25+
test-output
26+
/.checkstyle

.idea/libraries/Maven__com_github_docker_java_docker_java_3_0_14.xml

Lines changed: 0 additions & 13 deletions
This file was deleted.
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
spring.main.banner-mode=off
1+
spring.main.banner-mode=off
2+
dockerContainer.intervalSecond=10
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
DOCKER_HOST=tcp://119.3.3.64:2375
1+
DOCKER_HOST=tcp://xx.xx.xx.xx:2375
22
DOCKER_TLS_VERIFY=0
33
DOCKER_CONFIG=/home/user/.docker
44
api.version=1.23
5-
registry.url=http://119.3.3.64:9005/v2/
5+
registry.url=http://xx.xx.xx.xx:9005/v2/
66
registry.username=
77
registry.password=
88
registry.email=

0 commit comments

Comments
 (0)