본 포스팅은 Kotlin In Action - Dmitry Jemerov, Svetlana Isakova 책을 읽고, 기록하기 위한 용도로 작성되었습니다. 이 책의 대상 독자는 어느 정도 자바를 알고 있는 개발자를 대상으로 합니다. 서버 개발자나 안드로이드 개발자, JVM에서 실행되는 프로젝트를 구축중인 개발자들이라면 이 책이 도움이 될 것입니다. ...
Spring Boot and Kotlin 참고자료 북마크
Spring Security 설정하기 Spring Security sample difference between hasrole and hasanyrole Intro to Spring Security Expressions find spring boot kotlin microservice learn awesome Awesome Kotlin ...
Spring Boot and Kotlin 웹 튜토리얼 2
Spring Boot + Kotlin 조합으로 진행되는 튜토리얼을 학습하는 과정을 담았습니다. Testing with JUnit 5 / Creating your own extensions / Persistence with JPA / Implementing the blog engine / Exposing HTTP API / Configuration pr...
Spring Boot and Kotlin 웹 튜토리얼 1
Spring Boot + Kotlin 조합으로 진행되는 튜토리얼을 학습하는 과정을 담았습니다. 코틀린은 IntelliJ IDEA의 개발사 JetBrains에서 만든 프로그래밍 언어로 자바보다 간결한 문법을 자랑합니다. 안드로이드에서 공식적으로 코틀린을 추가한만큼 배워두면 좋을 것 같습니다. 몇몇 블로그와 안드로이드 공식문서에서 보면, 자바보다 훨씬 간...
NuxtJS 설치 밎 환경 구성
Development Env. post date : 2020. 07. 01 OS : macOS Catalina 64bit, Windows 10 64bit Nodeserver : 1.0.0 NuxtJS : 2.13.2 NuxtJS 설치 NuxtJS - installation NodeJS가 설치되어 있다면, 아래 사...