개발 맨땅에 헤딩

개발 맨땅에 헤딩

  • 분류 전체보기 (92)
    • 프로그래머스 코딩 테스트 (0)
    • 앱 개발 기록 (4)
    • 기획 PM 스터디 (3)
    • Daily Codig Reminder (80)
    • Java Work (0)
  • 홈
  • 태그
  • 방명록
RSS 피드
로그인
로그아웃 글쓰기 관리

개발 맨땅에 헤딩

컨텐츠 검색

태그

스프링 문과코딩 mybatis Coding 대학생 Vue 코딩 react 자바 취준 list 국비지원 event 개발자 개발 비전공자 비전공자개발 취업준비 Spring Java

최근글

댓글

공지사항

아카이브

CoC(2)

  • springboot

    springProfile application.properties 설정값에 따라 log 가 다르게 나옴 spring.profiles.active=prod #spring-profiles.active=dev banner public static void main(String[] args) { //SpringApplication.run(Boot03Banner01NobannerApplication.class, args); SpringApplication app = new SpringApplication(Boot03Banner01NobannerApplication.class); app.setBannerMode(Banner.Mode.OFF); //배너 끄기 app.run(args);//boot app 실행 } 한글..

    2024.02.28
  • @Autowired, CoC ,@Qualifier ,lifecycle

    @Autowired coc String username; int age; //***************************************************************// @Autowired //기본생성자 자동주입 기본은 (required=ture) Cat cat; //COC의 개념 , 생성된 bean이 여러개인 경우 변수명과 같은 id의 빈을 자동 주입 //***************************************************************// /* * public void setCat(Cat cat) { * System.out.println("Person.setCat함수호출()========"); this.cat = cat; } */ @Qualifi..

    2024.02.08
이전
1
다음
티스토리
© 2018 TISTORY. All rights reserved.

티스토리툴바