Giter Site home page Giter Site logo

simpleboard's Introduction

SimpleBoard

간단한 회원관리 게시판을 Spring + oracle + mybatis로 구현한다.

다음과 같은 방식으로 진행해보기

이슈 트래커를 이용한 이슈 기반 버전 관리 워크플로우

  • 새로운 이슈를 열고 번호를 확인한다.
  • 로컬 저장소에 새로운 브랜치를 생성한다. 형식은 “이슈 번호-설명”.
  • 이슈에 적어둔 목표를 해결한다. (오직 이슈에 적힌 내용만 작업한다)
  • 작업을 테스트하여 제대로 완료됐는지 확인한다.
  • 수정 사항을 커밋하고 푸시한다. (github이 커밋을 추적할 수 있도록 커밋 메시지 안에 이슈 번호를 적어야 한다)
  • 작업이 잘 완료됐다면 작업 브랜치를 메인 브랜치에 병합(merge)한다.
  • 이슈에 모든 내용이 잘 기록됐는지 확인하고 이슈를 닫는다.

simpleboard's People

Contributors

wy-hash avatar

Watchers

James Cloos avatar  avatar

simpleboard's Issues

페이지 구성

회원 목록
회원 등록
회원 상세보기
회원 수정하기

프로젝트 환경 세팅 (Spring, mybatis 같은 라이브러리 등)

pom.xml --> 필요한 라이브러리를 추가하거나 기존의 라이브러리의 버전을 확인
(pom.xml에서 수정 후 properties에서 Project Facets, Java compiler 버전을 확인 후 일치)

web.xml에서 한글 인코딩 설정

추가적으로 root-context(Mybatis 설정 등..), servlet-context 설정

개발환경 셋팅

IDE : STS 3
DB : Oracle
DB tool : sqldeveloper
JDK : 1.8
server : tomcat 8.5
버전관리 : Github Desktop / github

-- 이클립스 문자 인코딩 설정 ( Window - Preferences )
UTF-8로 일치시키기
Workspace : General - Workspace - Text File encoding (UTF-8)
Spelling : General - Editors - Text Editors - Spelling - Encoding (UTF-8)
CSS : Web - CSS Files - Encoding (UTF-8)
HTML : Web - HTML Files - Encoding (UTF-8)
JSP : Web - JSP Files - Encoding (UTF-8)

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.