본문 바로가기

분류 전체보기295

[other] sts에 marketplace 설치하기 https://clgnsdl94.tistory.com/55 완전 삭제 " data-og-host="clgnsdl94.tistory.com" data-og-source-url="https://clgnsdl94.tistory.com/55" data-og-url="https://clgnsdl94.tistory.com/55" data-og-image="https://scrap.kakaocdn.net/dn/bnhN1L/hyYrZoom9E/Z7vIFQq2ynBh0PukwPzSU1/img.png?width=422&height=556&face=0_0_422_556,https://scrap.kakaocdn.net/dn/uBmCs/hyYvlXKUze/s9VqiRvX1QaI1syuI9NlKk/img.png?width=422.. 2025. 3. 19.
[linux] 오랜만에 linux에서 soft-link 생성하기 utubntu로 들어왔다가 Visual Studio Code 가 설치되어 있는 것을 보니 언젠가는 사용할지도 모를 Intellij를 설치하고 싶어졌다.   1. intellij 다운로드   intellij 공식 사이트에 가서 최신 ultimate를 다운 받은뒤 압축 해제    다운로드 받은 파일중에 실행 파일인 idea.sh 파일이 있는 디렉토리로 이동   디렉토리에서 터미널을 연다.   터미널에서 ./idea를 입력해주면 intellij가 실행이 된다.    2. 전역에서 실행하기 위한 소프트 링크 설정하기  어디서든 idea라는 명령어만 입력하면은 intellij를 실행할수 있도록 설정 하려고 한다.  /bin 디렉토리에 idea라는 이름으로 현재 디렉토리에 있는 idea.sh 파일을 가리키는 소프트.. 2025. 1. 30.
[other] window에서 os product키를 찾는 방법 https://www.wikihow.com/Check-Your-Windows-Product-Key How to Find Your Window 10 or 11 Product Key: 4 Simple WaysFind your Windows product key using the Command Prompt, PowerShell, or the Windows Registry Do you need to find your Windows product key? The Windows product key is necessary if you want to install Windows on a different computer or...www.wikihow.com 2025. 1. 28.
[other] window에서 os product키를 찾는 방법 https://www.wikihow.com/Check-Your-Windows-Product-Key 2025. 1. 28.
[other] window에 keycloak 설치하기 1.keycloak 사이트에서ZIP 파일을 다운받는다.     2.파일을 더블클릭한다.       3. 사용할 곳으로 파일을 이동       4. 파일의 bin 폴더까지의 경로를 복사       5. cmd 열기     6. class file version 66 이 필요한데,현재 55라서 안된다는거 같다.     7. class file 버전이 61인 Java17을 설치해 주었다.    8. keycloak 실행 파일이 있는 bin 폴더에서 kc.bat start 명령어를 실행   9. https관련 에러가 발생하였다.       10. kc.bat start-dev 명령어로 다시 실행      11. cmd에서 정상적으로 실행이 되었으면브라우저에localhost:8080을 입력했을때 위와 같은 화면이.. 2025. 1. 19.
[other] window에 openssl 설치하기 https://slproweb.com/products/Win32OpenSSL.html Win32/Win64 OpenSSL Installer for Windows - Shining Light ProductionsMinimum system requirements: Windows XP or later 32MB RAM 200MHz CPU 30MB hard drive space Recommended system requirements: Windows XP or later 128MB RAM 500MHz CPU 300MB hard drive space October 22, 2024 - OpenSSL 3.4 is available. Users should currentlyslproweb.com 위의 링크에서 설치하였다.. 2025. 1. 12.
[other] curl 명령어 사용시 헤더 삽입하기 curl 명령어 사용시 "-H" 옵션으로 헤더를 추가할수 있다.    spring boot앱 시작시 spring-security에서 발급한 비밀번호와아이디인 "user"를 base64로 인코딩한 문자열을 위와같이Authorization: Basic 뒤에 작성한 문자열을 위와 같이 입력해준다.  위와 같이 응답이 정상적으로 오는것을 확인할수 있다. 2024. 12. 31.
[other] springboot에서 생성자 주입시 "Could Not Autowired" 에러 스프링 시큐리티를 위한 설정을 하던중에 에러 발생 생성자 주입을 하려고 했는데 해당하는 타입의 빈을 찾지 못했다는 에러가 발생했다.  사용하는 클래스의 @Import를 사용하면 필요한 클래스를 가져다가 사용할수 있다.     이렇게 패키지명을 제외하고도 작성해줄수 있다.  결론 생성자 주입을 하면은 사용하고자 하는 클래스 타입의 빈이존재하는지 여부를 실행전에 알 수 있다.  후기생성자 주입을 사용하면 사용하고자 하는 빈의 존재 여부를 실행전에 알수 있어서 사전에 조치할수 있다는 것이 장점이다. 2024. 12. 25.
[other] microsoft에서 entra id의 license 변경하기 -azure사용시 더 많은 기능을 사용하기 위해서portal.microsoft.com 에 접근하기-> admin 페이지에서 빌링 하위의 Purchase services 클릭->security and identity 클릭->구매할수 있는 license정보가 나온다.   -예전 이름은 MarketPlace 이였던거 같다. 2024. 12. 14.