GithubHelp home page GithubHelp logo

springboot3inittemplate's Introduction

기존 mulmagi 프로젝트에서 사용하던 springboot 2버전 init 템플릿을 3버전으로 업그레이드 했습니다.


바뀐점

1. springboot를 기존 2.7.13 버전 -> 3.2.2버전으로 업그레이드했습니다.

id 'org.springframework.boot' version '2.7.13' -> id 'org.springframework.boot' version '3.2.2'

2. javax dependency를 jakarta로 바꿨습니다.

import javax.persistence.* -> import jakarta.persistence.*

3. Swagger 사용을 위해 build.gradle에서 springfox를 springdoc으로 바꿨습니다.

implementation 'io.springfox:springfox-boot-starter:3.0.0' -> implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.2.0'

4. springdoc을 사용하면서 SwaggerConfiguration.java파일이 필요없어졌습니다.

5. Swagger 어노테이션이 바뀌었습니다.

예: import io.swagger.annotations.ApiParam -> import io.swagger.v3.oas.annotations.Parameter

어노테이션을 비롯해 구성도 조금씩 달라졌습니다. 다른 어노테이션은 https://springdoc.org/#features 의 9.Migrating from SpringFox를 참고하면 됩니다.

springboot3inittemplate's People

Contributors

eqvyoo avatar qkrwodsbfjq 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.