Git Product home page Git Product logo

template-kotlin-spring's Introduction

template-kotlin-spring: 코틀린 스프링 프로젝트 템플릿

환경

kotlin 버전 및 spring boot 버전에 따라 호환되는 gradle 버전을 선택해야 한다.

gradle wrapper 버전 변경

방법1: gradle-wrapper.properties 파일에서 버전 변경

/gradle/wrapper/gradle-wrapper.properties 에서 버전을 수정한다.

방법2: gradle 명령어 실행

./gradlew wrapper --gradle-version 8.1.1

메뉴얼

gradle 명령어

  • build some module: ./gradlew build -p {module_name}
  • build frontent (npm): ./gradlew copyWebApp -p {module_name}
  • generate openapi3 spec file: ./gradlew -p {module_name} copyOpenApiSpec
  • generate Dockerfile: ./gradlew docker -p {module_name} -x test

openapi3 테스트케이스 작성 방법

MockMvcRestDocumentation 을 감싼 MockMvcRestDocumentationWrapper 클래스 이용

코드 컨벤션 모음

template-kotlin-spring's People

Contributors

megachj 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.