Merge pull request #8 from lumijiez/dimas
finally move to mysql
This commit was merged in pull request #8.
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -32,4 +32,4 @@ build/
|
||||
### VS Code ###
|
||||
.vscode/
|
||||
|
||||
!**/src/main/resources/application.properties
|
||||
/src/main/resources/application.properties
|
||||
|
||||
8
pom.xml
8
pom.xml
@@ -46,11 +46,11 @@
|
||||
<artifactId>spring-boot-starter-data-jpa</artifactId>
|
||||
<version>3.1.3</version>
|
||||
</dependency>
|
||||
<!-- https://mvnrepository.com/artifact/com.microsoft.sqlserver/mssql-jdbc -->
|
||||
<!-- https://mvnrepository.com/artifact/com.mysql/mysql-connector-j -->
|
||||
<dependency>
|
||||
<groupId>com.microsoft.sqlserver</groupId>
|
||||
<artifactId>mssql-jdbc</artifactId>
|
||||
<version>12.4.1.jre11</version>
|
||||
<groupId>com.mysql</groupId>
|
||||
<artifactId>mysql-connector-j</artifactId>
|
||||
<version>8.1.0</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<build>
|
||||
|
||||
Reference in New Issue
Block a user