Multiple markers at this line 종류별 해결법

2021. 6. 13. 17:40·Java Spring/Tip

- The type "클래스이름" must implement the inherited abstract method InitializingBean.
 afterPropertiesSet()

 

@Override
public void afterPropertiesSet() throws Exception {
System.out.println("afterPropertiesSet()");
//setAdminId(env.getProperty("admin.id"));
//setAdminPw(env.getProperty("admin.pw"));
}

- The type "클래스이름" must implement the inherited abstract method DisposableBean.
 destroy()

 

@Override 
public void destroy() throws Exception { 
System.out.println("destroy()"); 
}

'Java Spring > Tip' 카테고리의 다른 글

logger cannot be resolved 해결법  (0) 2021.06.26
log4j Multiple annotations found at this line 에러 해결  (0) 2021.06.21
스프링 프로젝트 생성 종류 선택 팁  (0) 2021.06.06
The method getConnection() is undefined for the type DataSource 해결책  (0) 2021.06.06
Logger cannot be resolved to a type 해결책  (0) 2021.06.06
'Java Spring/Tip' 카테고리의 다른 글
  • logger cannot be resolved 해결법
  • log4j Multiple annotations found at this line 에러 해결
  • 스프링 프로젝트 생성 종류 선택 팁
  • The method getConnection() is undefined for the type DataSource 해결책
백고미
백고미
  • 백고미
    백고미의 정신세계
    백고미
  • 전체
    오늘
    어제
    • 분류 전체보기 (125)
      • [ 공지사항 ] (0)
      • 정보 (14)
        • 워프레임 (5)
        • 게임 (3)
        • 군대 (1)
        • 이민 (1)
      • Java Spring (43)
        • JSP와 스프링 (34)
        • Tip (9)
      • Spring boot (1)
        • Tip (1)
      • 직업 정보 (2)
        • 경찰 공무원 (2)
        • AAFES (0)
        • HD GFD (0)
      • 리뷰 (1)
        • 인터넷 (1)
      • Life (2)
        • 운동 (1)
        • 자격증 (1)
      • 소스모드 (27)
        • CSGO (7)
        • CSS (0)
        • HL2DM (2)
        • L4D2 (1)
        • BMS (0)
        • TIP (16)
        • Extension (1)
        • 문법 (0)
      • C# (4)
        • s&box (4)
      • LUA (8)
        • Garry's Mod (8)
      • Resource (11)
        • Player Model (1)
        • Npc Model (1)
        • Weapon Model (2)
        • PropPhyics (6)
        • PropDynamic (1)
        • Texture (0)
        • Animation Texture (0)
        • Overlay (0)
        • Effect Sound (0)
        • Particle (0)
      • 일기장 (1)
        • TRH (4)
        • 스케줄 (1)
        • Els (0)
        • 프로젝트 (3)
  • 블로그 메뉴

    • 홈
    • 태그
    • 미디어로그
    • 위치로그
    • 방명록
  • 링크

    • John John한 블로그
  • 공지사항

  • 인기 글

  • 태그

    윈도우10 1주년
    병무청 가는 법
    운전면허 종류
    경기북부 병무청 가는 법
    발표 PPT
    윈도우10 고양이
    경기북부병무지청
    윈도우10 참가자 프로그램
    경찰시험 응시 자격
    경찰 공무원 응시 자격
    원동기장치면허
    경기북부병무청
    경기북부 병무청
    경기북부병무청 망월사
    경찰공무원 선택과목
    경기북부병무청 가는법
    경기북부병무청 회룡역
    경찰 가산점표
    병무청 가는 길
    경기북부 병무청 가는길
    경찰 간부후보생
    공찰공무원 필수과목
    경찰공무원 가산점표
    키벨류
    경기북부 병무청 가는 길
    병무청가는길
    윈도우10 닌자캣
    순경 가산점
    병무청가는법
    스쿼트 운동 효과
  • 최근 댓글

  • 최근 글

  • hELLO· Designed By정상우.v4.10.3
백고미
Multiple markers at this line 종류별 해결법
상단으로

티스토리툴바