madplay.github.io
madplay.github.io copied to clipboard
오늘도 MadPlay!
# 스프링 부트 애플리케이션이 구동될 때 코드를 실행하는 방법 스프링 부트(Spring Boot) 애플리케이션이 시작될 때 특정 코드를 실행시킬 수 있는 방법이 있을까? [https://madplay.github.io/post/run-code-on-application-startup-in-springboot](https://madplay.github.io/post/run-code-on-application-startup-in-springboot)
# 파이썬 if __name__ == "__main__" 의미 Python에서 if __name__ == [https://madplay.github.io/post/python-main-function](https://madplay.github.io/post/python-main-function)
# Intellij에서 Spring MVC + Maven 프로젝트 설정하기 Intellij IDEA 환경에서 Maven 기반 Spring MVC 프로젝트를 생성해보자. [https://madplay.github.io/post/create-spring-mvc-project-in-intellij](https://madplay.github.io/post/create-spring-mvc-project-in-intellij)
# 시간복잡도와 공간복잡도(Time Complexity Space Complexity) 알고리즘의 성능을 판단하는 복잡도에 대해서 알아보자. [https://madplay.github.io/post/time-complexity-space-complexity](https://madplay.github.io/post/time-complexity-space-complexity)
# 구글의 코드 리뷰 가이드: 한글 번역본 - MadPlay's MadLife. [https://madplay.github.io/post/google-code-review-guide](https://madplay.github.io/post/google-code-review-guide)
# git push 오류: Please use a personal access token instead github에 소스코드를 push를 하는데 [https://madplay.github.io/post/how-to-fix-github-password-authentication-was-removed-issue](https://madplay.github.io/post/how-to-fix-github-password-authentication-was-removed-issue)
# 자바 파일 압축과 압축 해제(ZipInputStream, ZipOutputStream) java.util.zip 패키지를 이용한 자바 파일 압축과 압축 해제 [https://madplay.github.io/post/java-file-zip](https://madplay.github.io/post/java-file-zip)
# Spring Cloud Config: Spring Boot 2.4 버전에서의 변경사항 스프링 부트 2.4 버전에서 적용된 Spring Cloud Config 관련 변경사항 [https://madplay.github.io/post/changes-in-spring-cloud-config-from-spring-boot-2-4](https://madplay.github.io/post/changes-in-spring-cloud-config-from-spring-boot-2-4)
# 자바 map 메서드와 flatMap 메서드의 차이 자바 8에서 추가된 map 메서드와 flatMap 메서드의 차이는 무엇일까? [https://madplay.github.io/post/difference-between-map-and-flatmap-methods-in-java](https://madplay.github.io/post/difference-between-map-and-flatmap-methods-in-java)
# 자바의 effectively final 자바에서 final로 선언되지 않았지만 초기화된 이후 참조가 변경되지 않아 final처럼 동작하는 [https://madplay.github.io/post/effectively-final-in-java](https://madplay.github.io/post/effectively-final-in-java)