Commit b024c903 authored by sgandhi@nisum.com's avatar sgandhi@nisum.com

Initial commit

parent 2c4ba7df
......@@ -19,13 +19,14 @@ configurations {
repositories {
flatDir {
dirs 'C:\\Users\\nmedarametla\\.m2\\repository\\com\\nisum\\exceptionservice\\0.0.1'
// dirs '/Users/nisum/.m2/repository/com/nisum/exceptionservice/0.0.1'
dirs '/Users/sivanagagandhisomeswaragandhijatla/.m2/repository/com/nisum/exceptionservice/0.0.1'
// dirs '/Users/sivanagagandhisomeswaragandhijatla/.m2/repository/com/nisum/exceptionservice/0.0.1'
}
mavenCentral()
}
dependencies {
//TODO: Make it
compile 'org.mapstruct:mapstruct:1.3.1.Final'
annotationProcessor 'org.mapstruct:mapstruct-processor:1.3.1.Final'
implementation 'org.springframework.boot:spring-boot-starter-web'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment