From 52aa21bae365a6d46510989b1303a21489550d8d Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Thu, 23 Jan 2020 15:36:31 +0800 Subject: [PATCH] 1 --- .gitignore | 4 ++++ conf | 1 + spring | 1 + 3 files changed, 6 insertions(+) create mode 100644 .gitignore create mode 120000 conf create mode 120000 spring diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..447ec08 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +config/ +res/ +target/ +bin/ \ No newline at end of file diff --git a/conf b/conf new file mode 120000 index 0000000..c2fa3f0 --- /dev/null +++ b/conf @@ -0,0 +1 @@ +/var/data/conf_test/wjtx/crossserver/conf \ No newline at end of file diff --git a/spring b/spring new file mode 120000 index 0000000..5a141e9 --- /dev/null +++ b/spring @@ -0,0 +1 @@ +/var/data/conf_test/wjtx/crossserver/spring \ No newline at end of file