Showing
5 changed files
with
32 additions
and
1 deletions
.idea/.gitignore
0 → 100644
.idea/CafeRecommend.iml
0 → 100644
1 | +<?xml version="1.0" encoding="UTF-8"?> | ||
2 | +<module type="WEB_MODULE" version="4"> | ||
3 | + <component name="NewModuleRootManager"> | ||
4 | + <content url="file://$MODULE_DIR$"> | ||
5 | + <excludeFolder url="file://$MODULE_DIR$/temp" /> | ||
6 | + <excludeFolder url="file://$MODULE_DIR$/.tmp" /> | ||
7 | + <excludeFolder url="file://$MODULE_DIR$/tmp" /> | ||
8 | + </content> | ||
9 | + <orderEntry type="inheritedJdk" /> | ||
10 | + <orderEntry type="sourceFolder" forTests="false" /> | ||
11 | + </component> | ||
12 | +</module> | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
.idea/modules.xml
0 → 100644
1 | +<?xml version="1.0" encoding="UTF-8"?> | ||
2 | +<project version="4"> | ||
3 | + <component name="ProjectModuleManager"> | ||
4 | + <modules> | ||
5 | + <module fileurl="file://$PROJECT_DIR$/.idea/CafeRecommend.iml" filepath="$PROJECT_DIR$/.idea/CafeRecommend.iml" /> | ||
6 | + </modules> | ||
7 | + </component> | ||
8 | +</project> | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
.idea/vcs.xml
0 → 100644
... | @@ -25,7 +25,7 @@ | ... | @@ -25,7 +25,7 @@ |
25 | <!-- ABOUT THE PROJECT --> | 25 | <!-- ABOUT THE PROJECT --> |
26 | ## About The Project | 26 | ## About The Project |
27 | 27 | ||
28 | -![Capture](http://khuhub.khu.ac.kr/2015104153/CafeRecommend/uploads/bcc05b19d802e109e080a9fd8fd0a629/Capture.JPG) | 28 | +![Capture](http://khuhub.khu.ac.kr/2015104153/CafeRecommend/uploads/6389b45b4c980ece750798201b4472ff/%E1%84%89%E1%85%B3%E1%84%8F%E1%85%B3%E1%84%85%E1%85%B5%E1%86%AB%E1%84%89%E1%85%A3%E1%86%BA_2021-06-09_%E1%84%8B%E1%85%A9%E1%84%92%E1%85%AE_5.20.45.png) |
29 | 29 | ||
30 | 카카오 지도 API를 활용하여 사용자가 원하는 카페들을 지도상에서 추천해주는 서비스 입니다. | 30 | 카카오 지도 API를 활용하여 사용자가 원하는 카페들을 지도상에서 추천해주는 서비스 입니다. |
31 | 31 | ... | ... |
-
Please register or login to post a comment