choi-hye-min / jta-multi-datasource

JTA 다중 데이터소스 구현

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JTA multi database Setting

Entity User

Get User
curl -X GET \
  http://127.0.0.1:8080/user/1 \
  -H 'Postman-Token: 55d86cdd-bcf4-4857-8d23-7403cb581787' \
  -H 'cache-control: no-cache'
Create User
curl -X POST \
  http://127.0.0.1:8080/user \
  -H 'Content-Type: application/x-www-form-urlencoded' \
  -H 'Postman-Token: a8105135-5181-40a2-8e38-edee67b97364' \
  -H 'cache-control: no-cache' \
  -d 'name=assdad&email=daiuhda%40adnsd.com&undefined='

Alt text

About

JTA 다중 데이터소스 구현


Languages

Language:Java 100.0%