<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>줄없는 연습장</title>
    <link>https://zero-gravity.tistory.com/</link>
    <description></description>
    <language>ko</language>
    <pubDate>Sun, 5 Apr 2026 10:45:19 +0900</pubDate>
    <generator>TISTORY</generator>
    <ttl>100</ttl>
    <managingEditor>무중력인간</managingEditor>
    <image>
      <title>줄없는 연습장</title>
      <url>https://t1.daumcdn.net/cfile/tistory/2656684757C3DCCF29</url>
      <link>https://zero-gravity.tistory.com</link>
    </image>
    <item>
      <title>[Kotlin-SpringBoot/IntelliJ] Open jdk20 기준 세팅하기</title>
      <link>https://zero-gravity.tistory.com/343</link>
      <description>jdk20 버전으로 코프링을 세팅하려고 하니 gradle 버전에서부터 삐걱거려서 애를 좀 먹었다.
&amp;nbsp;
다음에는 삽질하지 않기 위해 여기에 정리해놓는다.
&amp;nbsp;
&amp;nbsp;
1. 프로젝트 생성

&amp;nbsp;
&amp;nbsp;
2. Gradle 버전 설정: IntelliJ IDEA &amp;gt; Settings ...

&amp;nbsp;
&amp;nbsp;
3. 프로젝트 자바 버전 확인

&amp;nbsp;
&amp;nbsp;
4. Gradle 버전 변경 및 Refresh: pr..</description>
      <category>공장 (factory)/- Programming..</category>
      <category>gradle</category>
      <category>Java</category>
      <category>jdk</category>
      <category>kotlin</category>
      <category>Settings</category>
      <category>Version</category>
      <author>무중력인간</author>
      <guid isPermaLink="true">https://zero-gravity.tistory.com/343</guid>
      <comments>https://zero-gravity.tistory.com/343#entry343comment</comments>
      <pubDate>Tue, 27 Jun 2023 16:08:35 +0900</pubDate>
    </item>
    <item>
      <title>우리가 날씨다, 조너선 사프란 포어/송은주 옮김</title>
      <link>https://zero-gravity.tistory.com/342</link>
      <description>&amp;nbsp;
&amp;nbsp;
&amp;nbsp;
&amp;nbsp;
&amp;nbsp;
&amp;nbsp;
&amp;nbsp;
&amp;nbsp;
&amp;nbsp;
&amp;nbsp; &amp;nbsp;
&amp;nbsp;
&amp;nbsp;
&amp;nbsp; &amp;nbsp;이 책을 읽으며 국토 대장정을 했던 2007년의 뜨거운 여름을 떠올렸다.&amp;nbsp;배고프면 냉장고를 열어 먹을 것을 꺼내 먹으면 되고, 졸리면 누워서 자면 되고, 더우면 에어컨을 켜면 되고, 심심하면 게임을 하거나 책을 읽으면 되는 편안한 대학교 여름 방학의 생활을 등지..</description>
      <category>서재 (study)/- 그 외...</category>
      <category>우리가날씨다</category>
      <author>무중력인간</author>
      <guid isPermaLink="true">https://zero-gravity.tistory.com/342</guid>
      <comments>https://zero-gravity.tistory.com/342#entry342comment</comments>
      <pubDate>Sun, 3 Jul 2022 00:31:18 +0900</pubDate>
    </item>
    <item>
      <title>[Laravel] php 설치부터 Laravel 프로젝트 생성까지 (MacOS 기준)</title>
      <link>https://zero-gravity.tistory.com/341</link>
      <description>1. php 설치
brew upgrade
brew install php
brew 업그레이드 하고, php를 인스톨한다.
Homebrew가 없다면 https://brew.sh&amp;nbsp;&amp;lt;&amp;lt; 여기서 설치.
&amp;nbsp;
&amp;nbsp;
2. Composer 설치
sudo php -r &quot;copy('https://getcomposer.org/installer','composer-setup.php');&quot;
Composer를 다운받는다.
ls -all을 치면 ..</description>
      <category>공장 (factory)/- Programming..</category>
      <category>composer</category>
      <category>install</category>
      <category>Laravel</category>
      <category>macos</category>
      <category>설치</category>
      <author>무중력인간</author>
      <guid isPermaLink="true">https://zero-gravity.tistory.com/341</guid>
      <comments>https://zero-gravity.tistory.com/341#entry341comment</comments>
      <pubDate>Wed, 27 Apr 2022 22:10:10 +0900</pubDate>
    </item>
    <item>
      <title>[Laravel] Breeze 설치 및 mysql 연동</title>
      <link>https://zero-gravity.tistory.com/340</link>
      <description>Breeze란 Laravel에서 간단하게 인증 기능을 지원하는 스타터 키트다.
설치만 하면 로그인, 로그아웃, 이메일 인증, 비밀번호 초기화.. 를 프로그램으로 구현하지 않아도 바로 사용할 수 있다.
인증 구현이 이렇게 초간단해도 되는 것인가..!
자바 스프링으로 일일히 다 설정하고 코딩했던 것을 생각하면 눈물이 앞을 가린다. ㅠㅠ
&amp;nbsp;
자 그럼 어케 설치하는지 시작해보자.
&amp;nbsp;
1.&amp;nbsp;마이그레이션&amp;nbsp;파일&amp;nbsp;수정&amp;nb..</description>
      <category>공장 (factory)/- Programming..</category>
      <category>Breeze</category>
      <category>Laravel</category>
      <category>php</category>
      <category>라라벨</category>
      <category>로그인기능</category>
      <category>인증구현</category>
      <author>무중력인간</author>
      <guid isPermaLink="true">https://zero-gravity.tistory.com/340</guid>
      <comments>https://zero-gravity.tistory.com/340#entry340comment</comments>
      <pubDate>Fri, 15 Apr 2022 19:59:12 +0900</pubDate>
    </item>
    <item>
      <title>[Laravel] php 설치부터 Laravel 프로젝트 생성까지 (윈도우 기준)</title>
      <link>https://zero-gravity.tistory.com/339</link>
      <description>업무 외적으로 초고속으로 빠르게 웹사이트 하나를 구축할 일이 생겨서 php의 라라벨 프레임워크를 알아보게 됐다. 협업하는 사람들이 자바 스프링부트를 전혀 모르고 php나 python만 할 줄 알아서 어쩔 수 없는 선택이기도 했지만, 진짜 이걸로 하니까 빠르고 간편하긴 하다. 라라벨 만쉐이-
&amp;nbsp;
아래는 php 설치부터 laravel 프로젝트 생성까지 어떻게 하는지 간단하게 정리해놓은 것이다. (나중에 까먹을까봐..)
&amp;nbsp;
&amp;nbsp;
1...</description>
      <category>공장 (factory)/- Programming..</category>
      <category>composer</category>
      <category>Laravel</category>
      <category>php</category>
      <category>라라벨</category>
      <author>무중력인간</author>
      <guid isPermaLink="true">https://zero-gravity.tistory.com/339</guid>
      <comments>https://zero-gravity.tistory.com/339#entry339comment</comments>
      <pubDate>Tue, 12 Apr 2022 19:34:45 +0900</pubDate>
    </item>
  </channel>
</rss>