Coder Social home page Coder Social logo

goodgoott-1's Introduction

<프로젝트 초기 셋팅 및 공지사항>

1. 프로젝트 작명 형식 통일

  • 패키지, 폴더명 : 소문자
    ex) user, free 등
  • 자바클래스 : 파스칼
    ex) UserName, TestFile 등
  • 메서드, 변수 : 카멜
    ex) freeBoard, myNameIsWonbin 등
  • html,css,js, 템플릿 : 스네이크
    ex) user_login, user_logout 등

2. Restful 개발

  • http 메서드 구분 : Get, Post, Update, Delete 구분하여 명시
  • 객체명 URI 포함 시 복수로 명시
    ex)
    @GetMapping("/users")
    public String saveUser(){}
  • 명사형으로 URI 명시
  • 그 외 부분들은 각 자 알아서

3. 설치된 라이브러리 목록

KakaoTalk_20230518_183734910

  • 추가적으로 필요할 경우 각자 설치

goodgoott-1's People

Contributors

wonjae0914 avatar kwangmoyang avatar marinkr avatar apffjfjd avatar jinyoung1439 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.