Code Monkey home page Code Monkey logo

springboot-jpa's Introduction

Spring Boot + JPA + Thymeleaf

프로그램 설명

  • 사용자 등록과 조회가 가능한 웹어플리케이션

요구사항

  • 사용자 속성

    • 아이디 : 필수(O) / max 10자 / 중복불가(unique)
    • 이름 : 필수(O) / max 10자 / 중복허용
    • 이메일 : 필수(O) / max 50 / 중복불가 (unique)
    • 별명 : 필수(X) / max 20
    • 등록일시: 필수(O) / date type
  • 기타 제한사항

    • 사용자 속성 에 대한 server side validation 은 반드시 존재해야 합니다.(validation rule은 사용자 속성에 나와 있는 부분)
    • server side validation check실패시 validation 실패 메세지를 front에 전달하여 alert(꼭 alert이 아니더라도 사용자가 식별할 수만 있으면 됩니다.) 으로 출력.

  • Spring Boot (2.0.6.RELEASE)
  • JPA(Hibernate 6.0.10.Final)
  • Thymeleaf
  • H2
  • lombok

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.