개발 맨땅에 헤딩

개발 맨땅에 헤딩

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

개발 맨땅에 헤딩

컨텐츠 검색

태그

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

최근글

댓글

공지사항

아카이브

Parameter(3)

  • 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
  • parameter, session

    Array @RequestParam String[] array로 출력하는 방법 @RequestMapping(value = "/login", method = RequestMethod.GET) public String login() { return "loginForm"; } @RequestMapping(value = "/login", method = RequestMethod.POST) public String login(LoginDTO dto) { //System.out.println(dto.getUserid()+"\t"+ dto.getPasswd()); System.out.println(dto); return "loginForm"; } @RequestMapping(value = "/login2", meth..

    2024.02.16
  • parameter

    initparam/multi initparam web.xml에 경로 변경시 servlet-context.xml 자리 변경 /WEB-INF/appservlet-context.xml contextConfigLocation /WEB-INF/spring/root-context.xml org.springframework.web.context.ContextLoaderListener appServlet org.springframework.web.servlet.DispatcherServlet contextConfigLocation /WEB-INF/appservlet-context.xml 1 appServlet / multi bean 생성 @Controller public class SecondController { p..

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

티스토리툴바