Giter Site home page Giter Site logo

boot's Introduction

Inflearn

  • 지식공유자 : 김영한

강의 내용

  • 스프링 부트가 제공하는 5가지 핵심 기능

    1. 내장 서버
    2. 자동 라이브러리 관리
    3. 자동 구성
    4. 외부 설정
    5. 모니터링 & 관리 기능
  • 정리 : spring boot 시작

    • 빌드와 배포
      • 일반 Jar : Jar 파일 생성 시 Jar 파일 중복 불가
        • 외부 라이브러리 추가 불가능
      • Fat Jar : Jar 파일 생성 시 외부 라이브러리 .class 형태로 추가
        • 단점 1 : 어떤 라이브러리가 포함되어 있는지 확인 어렵
        • 단점 2 : 파일명 중복 해결 불가
      • Executable Jar : 스프링 부트에서 새롭게 정의한 Jar
        • Fat Jar 단점 모두 보완
        • 실행 과정
          1. java -jar xxx.jar
          2. MANIFEST.MF 인식 (메인 메서드 실행하는 파일)
          3. JarLauncher.main() 실행
            • BOOT-INF/classes/ 안에 있는 jar 파일 읽음 (외부 라이브러리)
            • BOOT-INF/lib/ 안에 있는 jar 파일 읽음 (외부 라이브러리)
          4. BootApplication.main() 메인 메서드 실행

boot's People

Contributors

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