Skip to content

Commit bae0857

Browse files
committed
Remove web module.
- I am trying to change IDE to Intellij and integrate common and web module. - Intellij is hard to deal with multiple module on one GUI. - Intellij's Comminity Edition could not be handled by JSP. - I returned it to Eclipse, so I got it back.
1 parent 5a950e3 commit bae0857

File tree

632 files changed

+11
-49326
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

632 files changed

+11
-49326
lines changed

docker-compose.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ services:
1818
entrypoint: ''
1919
volumes:
2020
- $PWD:/usr/src/mymaven
21-
- $PWD/.m2:/root/.m2
21+
- ${KNOWLEDGE_HOME}.m2:/root/.m2
2222

2323
tomcat:
2424
image: tomcat:8.5-jre8-alpine
@@ -36,7 +36,7 @@ services:
3636
https_proxy: ${https_proxy}
3737
http_proxy: ${http_proxy}
3838
volumes:
39-
- $PWD/.knowledge:/root/.knowledge
39+
- ${KNOWLEDGE_HOME}.knowledge:/root/.knowledge
4040
- $PWD/target/webapps:/usr/local/tomcat/webapps
4141

4242
mailcatcher:
@@ -56,7 +56,7 @@ services:
5656
environment:
5757
POSTGRES_PASSWORD: '1qazxsw2'
5858
volumes:
59-
- $PWD/.postgres:/var/lib/postgresql/data
59+
- ${KNOWLEDGE_HOME}.postgres:/var/lib/postgresql/data
6060

6161
elasticsearch:
6262
image: elasticsearch:5.5.2-alpine
@@ -73,7 +73,7 @@ services:
7373
xpack.monitoring.history.duration: '1d'
7474
ES_JAVA_OPTS: '-Xms512m -Xmx512m'
7575
volumes:
76-
- $PWD/.es_data:/usr/share/elasticsearch/data
76+
- ${KNOWLEDGE_HOME}.es_data:/usr/share/elasticsearch/data
7777

7878
kibana:
7979
image: kibana:5.5.2

document/database/A5M2_web.pdf

-66.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)