diff --git a/.gitignore b/.gitignore index b011a92d..7c36d55c 100644 --- a/.gitignore +++ b/.gitignore @@ -54,7 +54,7 @@ nb-configuration.xml release.properties pom.xml.releaseBackup pom.xml.tag -/mysql_schema.mwb.bak +/src/gen/** # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml diff --git a/pom.xml b/pom.xml index 17d509c0..f8ec295b 100644 --- a/pom.xml +++ b/pom.xml @@ -47,5 +47,101 @@ + + + + + org.mariadb.jdbc + mariadb-java-client + + + + + org.mybatis + mybatis + 3.4.6 + + + org.mybatis.dynamic-sql + mybatis-dynamic-sql + 1.1.0 + + + org.mybatis + mybatis-spring + 1.3.2 + + + + + + org.springframework.boot + spring-boot-starter-web + + + org.springframework.boot + spring-boot-starter-tomcat + + + org.springframework.boot + spring-boot-starter-websocket + + + org.springframework.boot + spring-boot-starter-jdbc + + + org.springframework.boot + spring-boot-starter-security + + + + org.springframework.security.oauth + spring-security-oauth2 + [2.3.4,) + + + org.springframework.security + spring-security-jwt + 1.0.9.RELEASE + + + + + joda-time + joda-time + + + com.fasterxml.jackson.datatype + jackson-datatype-joda + + + org.apache.commons + commons-lang3 + + + + + junit + junit + test + + + org.springframework.boot + spring-boot-starter-test + test + + + org.springframework.security + spring-security-test + test + + + \ No newline at end of file