RestController(2)
-
77일차 2023-06-27
Spring Boot Rest Controller RestTemplate 구글 api사용법 https://cloud.google.com/vision/docs/object-localizer?hl=ko#detect_objects_in_a_local_image 1. Google Cloud Platform(GCP) 프로젝트 및 인증 설정 google cloud console로 검색후 콘솔로 이동 https://console.cloud.google.com -GCP프로젝트 생성 새 프로잭트(기존 프로젝트 있는 경우 기존 프로젝트 클릭후 새 프로젝트) -> 프로젝트명 입력 후 ->만들기 클릭 프로젝트 선택후 대시보드 ->시작하기 섹션의 API탐색 및 사용설정 클릭->상단의 API 및 서비스 사용설정 클릭->Cloud..
2023.06.27 -
76일차 2023-06-26
SpringBoot Spring Boot Security Security Config.java package com.kosmo.springapp.basic.security; import javax.sql.DataSource; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; import org.springframework.security.config.annotation.authentication.builders.AuthenticationMana..
2023.06.26