List of Dependencies by Use Case
An overview of various dependencies used commonly across various projects in the form of categories.
Server
Database
H2
spring:
datasource:
url: jdbc:h2:mem:testdb
username: sa
password:
driver-class-name: org.h2.DriverOracle
Mysql
Open API Specification
Tests
Utility
Last updated