Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified build/classes/com/lighting/Main.class
Binary file not shown.
Binary file modified build/classes/com/lighting/MainData.class
Binary file not shown.
Binary file modified build/classes/com/lighting/SearchData.class
Binary file not shown.
Binary file modified build/classes/com/lighting/WeatherData.class
Binary file not shown.
Binary file modified build/classes/com/lighting/meeting/AddBlockList.class
Binary file not shown.
Binary file modified build/classes/com/lighting/meeting/AddParticipationRequest.class
Binary file not shown.
Binary file modified build/classes/com/lighting/meeting/AddWish.class
Binary file not shown.
Binary file modified build/classes/com/lighting/meeting/Delete.class
Binary file not shown.
Binary file modified build/classes/com/lighting/meeting/DeleteBlockList.class
Binary file not shown.
Binary file modified build/classes/com/lighting/meeting/DeleteOk.class
Binary file not shown.
Binary file not shown.
Binary file modified build/classes/com/lighting/meeting/GetBlockList.class
Binary file not shown.
Binary file modified build/classes/com/lighting/meeting/GetCategorySub.class
Binary file not shown.
Binary file modified build/classes/com/lighting/meeting/GetFriendRequest.class
Binary file not shown.
Binary file modified build/classes/com/lighting/meeting/GetMemberInfo.class
Binary file not shown.
Binary file modified build/classes/com/lighting/meeting/GetParticipantInfo.class
Binary file not shown.
Binary file modified build/classes/com/lighting/meeting/GetParticipationRequest.class
Binary file not shown.
Binary file modified build/classes/com/lighting/meeting/GetWish.class
Binary file not shown.
Binary file not shown.
Binary file modified build/classes/com/lighting/meeting/model/BlockListDTO.class
Binary file not shown.
Binary file modified build/classes/com/lighting/meeting/model/CategorySubDTO.class
Binary file not shown.
Binary file modified build/classes/com/lighting/meeting/model/FriendRequestDTO.class
Binary file not shown.
Binary file modified build/classes/com/lighting/meeting/model/MeetingPostDTO.class
Binary file not shown.
Binary file modified build/classes/com/lighting/meeting/model/MemberDTO.class
Binary file not shown.
Binary file not shown.
Binary file modified build/classes/com/lighting/meeting/model/WishlistDTO.class
Binary file not shown.
Binary file modified build/classes/com/lighting/model/MainDAO.class
Binary file not shown.
Binary file modified build/classes/com/lighting/model/MainDTO.class
Binary file not shown.
Binary file modified build/classes/com/lighting/mypage/DeleteFriend.class
Binary file not shown.
Binary file modified build/classes/com/lighting/mypage/Evaluation.class
Binary file not shown.
Binary file modified build/classes/com/lighting/mypage/GiveEvaluation.class
Binary file not shown.
Binary file modified build/classes/com/lighting/mypage/GiveEvaluationOk.class
Binary file not shown.
Binary file modified build/classes/com/lighting/mypage/Grade.class
Binary file not shown.
Binary file modified build/classes/com/lighting/mypage/Meeting.class
Binary file not shown.
Binary file modified build/classes/com/lighting/mypage/Mypage.class
Binary file not shown.
Binary file modified build/classes/com/lighting/mypage/RejectionReason.class
Binary file not shown.
Binary file modified build/classes/com/lighting/mypage/SetSessionStatusServlet.class
Binary file not shown.
Binary file modified build/classes/com/lighting/mypage/UnblockFriend.class
Binary file not shown.
Binary file modified build/classes/com/lighting/mypage/Unregister.class
Binary file not shown.
Binary file modified build/classes/com/lighting/mypage/UnregisterOk.class
Binary file not shown.
Binary file modified build/classes/com/lighting/mypage/UpdateInfo.class
Binary file not shown.
Binary file modified build/classes/com/lighting/mypage/UpdateInfoOk.class
Binary file not shown.
Binary file modified build/classes/com/lighting/mypage/UpdateOpenPublic.class
Binary file not shown.
Binary file modified build/classes/com/lighting/mypage/UpdatePassword.class
Binary file not shown.
Binary file modified build/classes/com/lighting/mypage/UpdatePasswordOk.class
Binary file not shown.
Binary file modified build/classes/com/lighting/mypage/UpdateProfile.class
Binary file not shown.
Binary file modified build/classes/com/lighting/mypage/UpdateProfileOk.class
Binary file not shown.
Binary file modified build/classes/com/lighting/mypage/model/BlockDTO.class
Binary file not shown.
Binary file modified build/classes/com/lighting/mypage/model/FriendDTO.class
Binary file not shown.
Binary file modified build/classes/com/lighting/mypage/model/MeetingDAO.class
Binary file not shown.
Binary file modified build/classes/com/lighting/mypage/model/MeetingDTO.class
Binary file not shown.
Binary file modified build/classes/com/lighting/mypage/model/MemberDTO.class
Binary file not shown.
Binary file modified build/classes/com/lighting/photo/PhotoMain.class
Binary file not shown.
Binary file modified build/classes/com/lighting/photo/PhotoMypage.class
Binary file not shown.
Binary file modified build/classes/com/lighting/photo/model/PhotoDTO.class
Binary file not shown.
Binary file modified build/classes/com/lighting/user/CheckId.class
Binary file not shown.
Binary file modified build/classes/com/lighting/user/DelMail.class
Binary file not shown.
Binary file modified build/classes/com/lighting/user/FindId.class
Binary file not shown.
Binary file modified build/classes/com/lighting/user/FindPassword.class
Binary file not shown.
Binary file modified build/classes/com/lighting/user/GetSeoulDistrictsServlet.class
Binary file not shown.
Binary file modified build/classes/com/lighting/user/Login.class
Binary file not shown.
Binary file modified build/classes/com/lighting/user/LogoutOk.class
Binary file not shown.
Binary file modified build/classes/com/lighting/user/MailSender.class
Binary file not shown.
Binary file modified build/classes/com/lighting/user/RegisterFinish.class
Binary file not shown.
Binary file modified build/classes/com/lighting/user/RegisterRole.class
Binary file not shown.
Binary file modified build/classes/com/lighting/user/SendMail.class
Binary file not shown.
Binary file modified build/classes/com/lighting/user/ValidMail.class
Binary file not shown.
Binary file modified build/classes/com/lighting/user/register/RegisterFinish.class
Binary file not shown.
Binary file modified build/classes/com/lighting/user/register/RegisterRole.class
Binary file not shown.
Binary file modified build/classes/com/lighting/weather/APITest.class
Binary file not shown.
2 changes: 1 addition & 1 deletion src/main/java/com/lighting/WeatherData.java
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public class WeatherData extends HttpServlet {
@Override
protected void doGet(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException {
//WeatherData.java
String location = "서울특별시 강남구"; // 기본값
String location = "서울특별시 서초구"; // 기본값
double latitude = 37.5; // 기본 위도
double longitude = 127.0; // 기본 경도

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/lighting/model/MainDAO.java
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ public String getHighestInterestCategory(String tblMemberSeq) {
}

public String getUserLocation(String tblMemberSeq) {
String location = "서울특별시 강남구";
String location = "서울특별시 서초구";
try {

String sql = "select arc.tblActivityRegionCoordinateseq, arc.sido, arc.gugun "
Expand Down