mirror of
https://gitee.com/dcren/initializr.git
synced 2025-12-02 03:14:01 +08:00
Polish
This commit is contained in:
@@ -440,7 +440,7 @@ initializr:
|
|||||||
content:
|
content:
|
||||||
- name: Thymeleaf
|
- name: Thymeleaf
|
||||||
id: thymeleaf
|
id: thymeleaf
|
||||||
description: Thymeleaf templating engine, including integration with Spring
|
description: Thymeleaf templating engine
|
||||||
weight: 90
|
weight: 90
|
||||||
facets:
|
facets:
|
||||||
- web
|
- web
|
||||||
@@ -497,7 +497,7 @@ initializr:
|
|||||||
href: http://docs.spring.io/spring-boot/docs/{bootVersion}/reference/htmlsingle/#boot-features-jpa-and-spring-data
|
href: http://docs.spring.io/spring-boot/docs/{bootVersion}/reference/htmlsingle/#boot-features-jpa-and-spring-data
|
||||||
- name: MySQL
|
- name: MySQL
|
||||||
id: mysql
|
id: mysql
|
||||||
description: MySQL jdbc driver
|
description: MySQL JDBC driver
|
||||||
groupId: mysql
|
groupId: mysql
|
||||||
artifactId: mysql-connector-java
|
artifactId: mysql-connector-java
|
||||||
scope: runtime
|
scope: runtime
|
||||||
@@ -545,7 +545,7 @@ initializr:
|
|||||||
version: 1.3.2
|
version: 1.3.2
|
||||||
- name: PostgreSQL
|
- name: PostgreSQL
|
||||||
id: postgresql
|
id: postgresql
|
||||||
description: PostgreSQL jdbc driver
|
description: PostgreSQL JDBC driver
|
||||||
groupId: org.postgresql
|
groupId: org.postgresql
|
||||||
artifactId: postgresql
|
artifactId: postgresql
|
||||||
mappings:
|
mappings:
|
||||||
@@ -555,7 +555,7 @@ initializr:
|
|||||||
starter: false
|
starter: false
|
||||||
- name: SQL Server
|
- name: SQL Server
|
||||||
id: sqlserver
|
id: sqlserver
|
||||||
description: Microsoft SQL Server jdbc driver
|
description: Microsoft SQL Server JDBC driver
|
||||||
versionRange: 1.5.0.RC1
|
versionRange: 1.5.0.RC1
|
||||||
groupId: com.microsoft.sqlserver
|
groupId: com.microsoft.sqlserver
|
||||||
artifactId: mssql-jdbc
|
artifactId: mssql-jdbc
|
||||||
@@ -1202,7 +1202,7 @@ initializr:
|
|||||||
href: http://docs.spring.io/spring-boot/docs/{bootVersion}/reference/htmlsingle/#howto-batch-applications
|
href: http://docs.spring.io/spring-boot/docs/{bootVersion}/reference/htmlsingle/#howto-batch-applications
|
||||||
- name: Mail
|
- name: Mail
|
||||||
id: mail
|
id: mail
|
||||||
description: javax.mail
|
description: Send email using Java Mail and Spring Framework's JavaMailSender
|
||||||
versionRange: 1.2.0.RC1
|
versionRange: 1.2.0.RC1
|
||||||
links:
|
links:
|
||||||
- rel: reference
|
- rel: reference
|
||||||
|
|||||||
Reference in New Issue
Block a user