Coder Social home page Coder Social logo

menu-mvc's Introduction

Quick Start


  1. Tomcat server 추가

  2. Tomcat server에 menu-mvc-mybatis 프로젝트 추가

  3. menu-mvc-mybatis / config / connection-info.properties 수정

    DRIVER = oracle.jdbc.driver.OracleDriver
    URL = jdbc:oracle:thin:@localhost:1521:xe
    USER = ~~데이터베이스유저이름(C##GREEDY)~~
    PASSWORD = ~~데이터베이스패스워드(GREEDY)~~
  4. Tomcat server 시작

Summary


변경된 사항

  • Mybatis
    • association
    • collection
    • properties 분리
    • 입력값 별 데이터 처리 : mybatis mapper xml
  • Servlet
    • 서버를 열 때 mybatis preloading
    • Encoding Filter
    • Exception handling
  • JSP
    • HTML 유효성 검사
    • Error 세분화
    • jstl core if → 0개 데이터 조회 제외

menu-mvc's People

Contributors

daeyeonkim97 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.