Skip to content

Commit

Permalink
refactor: 폴더 구조 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
ur2e committed Dec 8, 2022
1 parent ca7fe92 commit 743def8
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 67 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package com.kakaoasset.portfolio.elasticsearch.elasticAPI.controller;
package com.kakaoasset.portfolio.controller;

import com.kakaoasset.portfolio.elasticsearch.elasticAPI.service.NewsStockService;
import com.kakaoasset.portfolio.service.NewsStockService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.*;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package com.kakaoasset.portfolio.elasticsearch.elasticAPI.controller;
import com.kakaoasset.portfolio.elasticsearch.elasticAPI.service.RealtimeStockService;
package com.kakaoasset.portfolio.controller;
import com.kakaoasset.portfolio.service.RealtimeStockService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.*;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package com.kakaoasset.portfolio.elasticsearch.elasticAPI.controller;
package com.kakaoasset.portfolio.controller;

import com.kakaoasset.portfolio.elasticsearch.elasticAPI.service.SearchRankService;
import com.kakaoasset.portfolio.service.SearchRankService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.CrossOrigin;
import org.springframework.web.bind.annotation.RequestMapping;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package com.kakaoasset.portfolio.elasticsearch.elasticAPI.controller;
package com.kakaoasset.portfolio.controller;

import com.kakaoasset.portfolio.elasticsearch.elasticAPI.service.SectorService;
import com.kakaoasset.portfolio.service.SectorService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.*;

Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.kakaoasset.portfolio.elasticsearch.elasticAPI.service;
package com.kakaoasset.portfolio.service;

import org.json.JSONArray;
import org.json.JSONObject;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.kakaoasset.portfolio.elasticsearch.elasticAPI.service;
package com.kakaoasset.portfolio.service;


import org.springframework.beans.factory.annotation.Value;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.kakaoasset.portfolio.elasticsearch.elasticAPI.service;
package com.kakaoasset.portfolio.service;


import org.json.JSONArray;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.kakaoasset.portfolio.elasticsearch.elasticAPI.service;
package com.kakaoasset.portfolio.service;

import com.fasterxml.jackson.databind.JsonNode;
import org.json.JSONArray;
Expand Down

0 comments on commit 743def8

Please sign in to comment.