Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 387 Bytes

File metadata and controls

24 lines (17 loc) · 387 Bytes

SpringBoot_1


개발환경

  • IntelliJ
  • JDK 1.8
  • Gradle 4.10.2
  • Window 10

issue

  • Google Login

    • 로그인 후 로그인 유저 이름에 PC 계정 이름 출력
    • Window 환경변수명과 동일해 충돌
    • 변수명 userName을 다른 변수명으로 변경해 해결
  • git Cache 삭제

    1. git rm -r --cached
    2. grt add.
    3. git commit