[스프링 관련]
Spring Boot 로 만드는 Upload와 Download Rest API 예제-05
이번 글에서는 마지막 단계 RestController에 API를 생성하고 테스트 까지 하면서 파일 업로드 다운로드 예제를 마치도록 한다. 기존에 생성한 FileUploadController에 나머지 소스를 추가한다. 추가할 api r
pangsblog.tistory.com
[SpringBoot] @Transactional 트랜잭션 사용하기
데이터 삽입 프로세스를 진행하던 중 에러가 발생하면 기존에 삽입이 이미 이루어진
inseok9068.github.io
[레디스 관련]
Spring data redis override default serializer
Spring data redis override default serializer
I am trying to create a RedisTemplate bean which will have the updated value serializer to serialize an object in JSON format in redis. @Configuration class RedisConfig { @Bean(name = ["redisTe...
stackoverflow.com
Redis Architecture Overview
redisgate.kr
GitHub - idreamshen/spring-boot-with-multi-redis: spring boot multi redis example
spring boot multi redis example. Contribute to idreamshen/spring-boot-with-multi-redis development by creating an account on GitHub.
github.com
How to use Spring boot to quickly configure multiple Redis data sources? Correct case explanation
How to use Spring boot to quickly configure multiple Redis data sources? Correct case explanation
brief introduction The main application scenario of redis multiple data sources is to use multiple redis servers or multiple redis libraries. In this paper, the fastdep...
laptrinhx.com
Is it possible to have more than one redis connection configured to use for different things?
Is it possible to have more than one redis connection configured to use for different things? · Issue #834 · spring-projects/s
I need to have a spring redis configured to save my sessions using spring redis sessions and other for private stuff. Currently my project is injecting my dependencies and context and between them ...
github.com
Spring boot configures multiple instances of Redis data source operation
Spring boot configures multiple instances of Redis data source operation
SpringBook is a project that integrates two Redis operating instances and can add more than one. In general, there are not many Redis Middleware in a microservice ecosystem, so this scenario is rare, but it is inevitable, but it is not recommended to use,
programmer.help
Spring boot multi data source redis configuration
Spring boot multi data source redis configuration - Develop Paper
Summary Based on spring boot 2.0.7, this paper explains how to configure redis with multiple data sources. Lettuce is used as the redis client, and an example code is attached. Redis configuration configuration file skyarthur: redis1: host: 127.0.0.1 port:
developpaper.com
Spring Boot Redis Cluster Configuration
Spring Boot Redis Cluster Configuration - Programmer Sought
problem: 1, the cluster information has been changed (add or stop nodes), RedisTemplate can not access the node 2. The cluster is not read and written, and the main read and write pressure is high. solve: 1, version: spring boot 2.1.3.RELEASE, spring C
programmersought.com
레디스 클러스터, Read from Slave
스프링 애플리케이션에서 레디스 Read From Slave 구현하기 | 2021.01.24 일 어제오늘 갑작스럽게 이 글의 조회수가 급증하고 있는데요. 아마 페이스북 을 통해서 누군가 공유를 하신거 같은데, 이 글에
brunch.co.kr
[웹 푸시]
FCM, Spring Boot를 사용하여 웹 푸시 기능 구현하기
Firebase firebase Firebase는 웹과 모바일 개발에 필요한 기능을 제공하는 BaaS(BackEnd as a Service) 이다. 백엔드 서버의 인프라들을 제공해주고 많은 기능들을 지원한다. 머신러닝 사용자 인증 파일 저장
velog.io
[Web] Push Notification 구현
W3C에서 제정한 Service Worker 표준을 통해 웹사이트에서도 Push Notification을 지원 할 수 있습니다. 웹사이트에 접속하지 않아도 브라우저가 실행 중이라면 Push Notification이 사용자에게 노출됩니다. Pus
nsinc.tistory.com
GitHub - mokdonjr/Springboot-FCM-push-notification: Firebase의 FCM을 활용한 Android모바일 알림
Firebase의 FCM을 활용한 Android모바일 알림. Contribute to mokdonjr/Springboot-FCM-push-notification development by creating an account on GitHub.
github.com
[쿼츠]
[Quartz] SpringBoot 에서 동적으로 properties 파일 읽어 Cron 설정 변경
[Quartz] SpringBoot 에서 동적으로 properties 파일 읽어 Cron 설정 변경
SpringBoot 환경에서 스케쥴링을 설정하는 방법은 쉽다. 메인 함수 위에 @EnableScheduling 어노테이션을 달고 스케쥴링을 설정할 함수 위에 @Scheduled(fixedDelayString ="600000") //600000은..
kongeebol.tistory.com
[Spring Batch+Quartz] 스프링 배치+쿼츠 설정 및 구현 Clustering 모드 사용
[Spring Batch+Quartz] 스프링 배치+쿼츠 설정 및 구현 Clustering 모드 사용
1. Quartz 와 Batch 1-1. Quartz - 언제 실행시킬지와 관련 - Scheduling 1-2. Batch - 무엇을 실행시킬지와 관련 - Batch job - 보통 배치를 짠다는 말은 Batch job 개발을 한다는 의미 2. Quartz와 Batch의 관계..
developyo.tistory.com
[앱 관련]
GitHub - Akbari300/Complete-Ecommerce-Android-Application-: Complete Android Mobile Application Ecommerce designed and developed
Complete Android Mobile Application Ecommerce designed and developed based on standards and advanced programming practice - GitHub - Akbari300/Complete-Ecommerce-Android-Application-: Complete And...
github.com
01. 100만 달러짜리 빠른 앱을 만드는 비법 전수
NAVER Engineering | 발표자: 옥수환 (NAVER) * 개요 안드로이드 앱이 고도화될수록 레이아웃은 복잡해지고, 성능은 떨어지기 마련입니다. 하지만, 아무도 느리고 버벅거리는 앱을 원하지 않습니다. 이
tv.naver.com
[라이브러리 관련]
[Spring] Google reCAPTCHA v3
#[Spring] Google reCAPTCHA v3 오늘은 자동화 공격에 대한 구글이 제공하는 reCAPTCHA에 대해 소개하려 한다. reCAPTCHA는 자동화 공격을 막기 위한 방법으로 흔히들 아는 "로봇이 아닙니다"를 떠올이면 된다.
scorpio-mercury.tistory.com
MyBatis Generator 標準Pluginについて - UNITRUST
「想い」に挑戦する。
www.unitrust.co.jp