본문 바로가기

SPRING BOOT5

Amazon S3 <-> Spring boot 연동하기 : bucket에 있는 객체 불러오기 Amazon S3는 bucket에 객체를 저장할 수 있는 스토리지이다. 내 계획은 Amazon Polly에서 제작한 음성을 s3 bucket에 넣고, 이를 spring boot에서 이용할 생각이다! 1. Amazon S3 bucket 만들기 2. Amazon polly에서 받아온 음성 bucket에 넣기 3. spring boot에서 bucket에 있는 객체 받아오기 이 순서로 진행할 것이다! 1. Amazon S3 bucket 만들기 (1) bucket 생성 기본 설정을 마쳤다. (2) bucket 정책 수정 이제 버킷 정책을 수정해야 한다. 정책 생성기에 들어간다. https://awspolicygen.s3.amazonaws.com/policygen.html AWS Policy Generator Cl.. 2022. 11. 20.
Spring boot <-> Android 연동하기 (3) FAB 추가하여 data 등록 창 띄우기 이전 글 : https://kmyobin.tistory.com/77 Spring boot Android 연동하기 (2) MySQL에 있는 모든 데이터를 가져와서 Android 앱에 출력하기 이전 글 : https://kmyobin.tistory.com/76 Android 연동하기 (1) 데이터 넣고 확인하기" data-og-description="이전 글 : https://kmyobin.tistory.com/75 MySQL 연동하기" data-og-description="spring boot 작.. kmyobin.tistory.com 전에는 MainActivity에서는 User 등록을 하고, UserListAcitivity에서는 User들의 정보를 출력하였었다. 이번에는 UserListAcitivity를.. 2022. 10. 9.
Spring boot <-> Android 연동하기 (2) MySQL에 있는 모든 데이터를 가져와서 Android 앱에 출력하기 이전 글 : https://kmyobin.tistory.com/76 Spring boot Android 연동하기 (1) 데이터 넣고 확인하기 이전 글 : https://kmyobin.tistory.com/75 MySQL 연동하기" data-og-description="spring boot 작업 환경 : intellij mysql 작업 환경 : mysql workbench https://www.youtube.com/c/GenuineCoder Genuine Coder.. kmyobin.tistory.com 전에는 데이터를 넣기만 했지만, 이번에는 가져와서 RecyclerView로 출력해보겠습니다. 1. UserListAcitivity 생성하기 2. list_user_item.xml 작성하기 3. adapte.. 2022. 10. 9.
Spring boot <-> Android 연동하기 (1) 데이터 넣고 확인하기 이전 글 : https://kmyobin.tistory.com/75 Spring boot MySQL 연동하기 spring boot 작업 환경 : intellij mysql 작업 환경 : mysql workbench https://www.youtube.com/c/GenuineCoder Genuine Coder This channel is dedicated to those who love and enjoy computer programming. A.. kmyobin.tistory.com Spring boot와 MySQL을 연동했습니다. 이제 Android와 연결해보겠습니다. 1. 기본 설정하기 먼저 build.gradle에 dependencies를 추가합니다. plugins { id 'com.android... 2022. 10. 9.
Spring boot <-> MySQL 연동하기 spring boot 작업 환경 : intellij mysql 작업 환경 : mysql workbench https://www.youtube.com/c/GenuineCoder Genuine Coder This channel is dedicated to those who love and enjoy computer programming. A Wide Variety of videos are added (and will be) including programming tutorials, UI design concepts - implementation, how-to videos, etc. This channel was started in 2016 with Jav www.youtube.com 인도 아저씨 코딩 참 잘.. 2022. 10. 8.