com.github.dreamroute:datasource

Parent pom providing dependency and plugin management for applications built with Maven

License

License

Categories

Categories

Data
GroupId

GroupId

com.github.dreamroute
ArtifactId

ArtifactId

datasource
Last Version

Last Version

1.1-RELEASE
Release Date

Release Date

Type

Type

pom
Description

Description

Parent pom providing dependency and plugin management for applications built with Maven
Source Code Management

Source Code Management

https://github.com/Dreamroute/datasource

Download datasource

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.dreamroute/datasource/ -->
<dependency>
    <groupId>com.github.dreamroute</groupId>
    <artifactId>datasource</artifactId>
    <version>1.1-RELEASE</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.dreamroute/datasource/
implementation 'com.github.dreamroute:datasource:1.1-RELEASE'
// https://jarcasting.com/artifacts/com.github.dreamroute/datasource/
implementation ("com.github.dreamroute:datasource:1.1-RELEASE")
'com.github.dreamroute:datasource:pom:1.1-RELEASE'
<dependency org="com.github.dreamroute" name="datasource" rev="1.1-RELEASE">
  <artifact name="datasource" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.dreamroute', module='datasource', version='1.1-RELEASE')
)
libraryDependencies += "com.github.dreamroute" % "datasource" % "1.1-RELEASE"
[com.github.dreamroute/datasource "1.1-RELEASE"]

Dependencies

compile (4)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-web Optional jar 2.4.0
org.springframework.boot : spring-boot-starter-jdbc jar 2.4.0
org.springframework.boot : spring-boot-starter-test jar 2.4.0
com.github.dreamroute : sqlprinter-spring-boot-starter jar 2.0.3-RELEASE

Project Modules

  • hikari-spring-boot-starter
  • datasource-sample
<dependency>
  <groupId>com.github.dreamroute</groupId>
  <artifactId>hikari-spring-boot-starter</artifactId>
  <version>latest version</version>
</dependency>
spring.datasource.hikari.driver-class-name=com.mysql.cj.jdbc.Driver
spring.datasource.hikari.jdbc-url=jdbc:mysql://10.82.12.238:3307/me?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=utf-8&useOldAliasMetadataBehavior=true&useSSL=false
spring.datasource.hikari.username=meUser
spring.datasource.hikari.password=mepassword

Versions

Version
1.1-RELEASE
1.0-RELEASE