Skip to content
This repository has been archived by the owner on Oct 3, 2020. It is now read-only.

Commit

Permalink
working on a new sql connection
Browse files Browse the repository at this point in the history
  • Loading branch information
fulton committed Nov 21, 2019
1 parent 1eeb083 commit 71bbc7b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ dependencies {
compile 'org.hibernate:hibernate-agroal:5.4.9.Final'
implementation"com.squareup.okhttp3:okhttp:4.2.0"
compile group: 'org.apache.opennlp', name: 'opennlp-tools', version: '1.9.1'
compile group: 'com.microsoft.sqlserver', name: 'mssql-jdbc', version: '8.1.0.jre13-preview'



Expand Down
5 changes: 5 additions & 0 deletions src/main/java/com/andromeda/araserver/util/MsSql.kt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
package com.andromeda.araserver.util

class MsSql {
fun getSkills(){}
}

0 comments on commit 71bbc7b

Please sign in to comment.