mirror of
https://gitee.com/dcren/initializr.git
synced 2025-09-18 17:48:14 +08:00
Add entry for SQL Server's JDBC driver
Closes gh-313
This commit is contained in:
@@ -298,6 +298,14 @@ initializr:
|
||||
version: 9.4-1201-jdbc41
|
||||
scope: runtime
|
||||
starter: false
|
||||
- name: SQL Server
|
||||
id: sqlserver
|
||||
description: Microsoft SQL Server jdbc driver
|
||||
versionRange: 1.5.0.RC1
|
||||
groupId: com.microsoft.sqlserver
|
||||
artifactId: mssql-jdbc
|
||||
scope: runtime
|
||||
starter: false
|
||||
- name: Flyway
|
||||
id: flyway
|
||||
description: Flyway Database Migrations library
|
||||
|
Reference in New Issue
Block a user