Unverified Commit 938b5a72 authored by rbonthala-nisum-com's avatar rbonthala-nisum-com Committed by GitHub

name changes and sonar qube plugins added (#116)

parent d7214f87
defaultTasks = ['clean','build']
buildscript {
ext {
springBootVersion = '1.5.8.RELEASE'
springBootVersion = '1.5.10.RELEASE'
}
repositories {
mavenCentral()
}
dependencies {
classpath("org.springframework.boot:spring-boot-gradle-plugin:${springBootVersion}")
classpath "org.sonarsource.scanner.gradle:sonarqube-gradle-plugin:2.6.2"
}
}
......@@ -15,6 +16,7 @@ apply plugin: 'java'
apply plugin: 'eclipse'
apply plugin: 'org.springframework.boot'
apply plugin: 'war'
apply plugin: "org.sonarqube"
war {
dependsOn test
......@@ -32,8 +34,8 @@ repositories {
dependencies {
compile('org.springframework.boot:spring-boot-starter-actuator:1.5.10.RELEASE')
compile('org.springframework.data:spring-data-mongodb:1.10.10.RELEASE')
compile('org.springframework.boot:spring-boot-starter-actuator')
compile('org.springframework.data:spring-data-mongodb')
compile('org.springframework:spring-context-support')
compile('org.springframework.boot:spring-boot-starter-data-jpa')
compile('org.springframework.boot:spring-boot-starter-data-rest')
......
......@@ -171,7 +171,7 @@ public class UserServiceImpl implements UserService {
* billingDetails.setEmployeeName(employeeRoles.getEmployeeName());
* billingDetails.setCreateDate(new Date());
* billingDetails.setProjectId("Nisum0000");
* billingDetails.setProjectName("Free Pool");
* billingDetails.setProjectName("Bench");
* projectService.addEmployeeBillingDetails(billingDetails);
*/
saveEmployeeLocationDetails(employeeRoles);
......
......@@ -26,7 +26,7 @@
style="width:182px;background: cadetblue;"
ng-click="getUnAssignedEmployees('UnAssigned', parentData)"> <i
class="fa fa-crosshairs fa-2x"
style="margin-top: 5px; font-size: 1.5em; float: left"></i>Free Pool Employees</md-button> -->
style="margin-top: 5px; font-size: 1.5em; float: left"></i>Bench Employees</md-button> -->
</div>
<div class="col-lg-4" style="float: left;padding-left:20px;">
<!-- <md-button class="md-raised md-primary"
......
......@@ -41,7 +41,7 @@
style="width:182px;background: cadetblue;"
ng-click="getUnAssignedEmployees('UnAssigned', parentData)"> <i
class="fa fa-crosshairs fa-2x"
style="margin-top: 5px; font-size: 1.5em; float: left"></i>Free Pool Employees</md-button>
style="margin-top: 5px; font-size: 1.5em; float: left"></i>Bench Employees</md-button>
</div>
<div class="col-lg-4 text-center">
<md-button class="md-raised md-primary"
......
......@@ -22,7 +22,7 @@
style="width:182px;background: cadetblue;"
ng-click="getUnAssignedEmployees('UnAssigned', parentData)"> <i
class="fa fa-crosshairs fa-2x"
style="margin-top: 5px; font-size: 1.5em; float: left"></i>Free Pool Employees</md-button>
style="margin-top: 5px; font-size: 1.5em; float: left"></i>Bench Employees</md-button>
</div>
<div class="col-lg-2"
......
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