Service1 Spring - ํ์๊ด๋ฆฌ์์ (ํ์ ์๋น์ค ๊ฐ๋ฐ) package hello.hellospring.service; import hello.hellospring.domain.Member; import hello.hellospring.repository.MemberRepository; import hello.hellospring.repository.MemoryMemberRepository; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; import java.util.List; import java.util.Optional; //์ด๋ ธํ ์ด์ ๋ฑ๋ก์ ์ํ๋ฉด ๊ทธ์ ์์ ์๋ฐ์ผ๋ฟ... //@Service public c.. 2023. 7. 4. ์ด์ 1 ๋ค์