Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 499 Bytes

File metadata and controls

27 lines (19 loc) · 499 Bytes

Description

This is sample project spring-boot multiple datasource with querydsl.

Run

	mvn test

Sample API

  • GET get all first db data

/api/first

  • GET get all messages first db data

/api/first/messages

  • PUT save random data to first db

/api/first

  • GET get all second db data

/api/second

  • GET get all messages second db data

/api/second/messages

  • PUT save random data to second db

/api/second