-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Christopher Bartling <[email protected]>
- Loading branch information
1 parent
60271bd
commit 64fbaa9
Showing
29 changed files
with
2,742 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,3 +4,5 @@ | |
*.jar | ||
*.war | ||
*.ear | ||
|
||
/java-backend/.gradle/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
buildscript { | ||
repositories { | ||
maven { url "http://repo.spring.io/libs-snapshot" } | ||
mavenLocal() | ||
} | ||
dependencies { | ||
classpath("org.springframework.boot:spring-boot-gradle-plugin:0.5.0.M6") | ||
} | ||
} | ||
|
||
apply plugin: 'java' | ||
apply plugin: 'eclipse' | ||
apply plugin: 'idea' | ||
apply plugin: 'spring-boot' | ||
|
||
jar { | ||
baseName = 'timekeeper-spring-boot' | ||
version = '1.0.0' | ||
} | ||
|
||
repositories { | ||
mavenCentral() | ||
maven { url "http://repo.spring.io/libs-snapshot" } | ||
} | ||
|
||
dependencies { | ||
runtime('org.apache.tomcat.embed:tomcat-embed-jasper:7.0.42') | ||
|
||
compile("org.springframework.boot:spring-boot-starter-web:0.5.0.M6") | ||
compile("org.springframework.boot:spring-boot-starter-actuator:0.5.0.M6") | ||
|
||
testCompile("junit:junit:4.11") | ||
} | ||
|
||
task wrapper(type: Wrapper) { | ||
gradleVersion = '1.10' | ||
} |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
Manifest-Version: 1.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<module external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$" external.system.id="GRADLE" external.system.module.group="" external.system.module.version="unspecified" relativePaths="true" type="JAVA_MODULE" version="4"> | ||
<component name="NewModuleRootManager" inherit-compiler-output="true"> | ||
<exclude-output /> | ||
<content url="file://$MODULE_DIR$"> | ||
<sourceFolder url="file://$MODULE_DIR$/src/main/java" isTestSource="false" /> | ||
<sourceFolder url="file://$MODULE_DIR$/src/test/java" isTestSource="true" /> | ||
<sourceFolder url="file://$MODULE_DIR$/src/main/resources" type="java-resource" /> | ||
<sourceFolder url="file://$MODULE_DIR$/src/test/resources" type="java-test-resource" /> | ||
<excludeFolder url="file://$MODULE_DIR$/.gradle" /> | ||
<excludeFolder url="file://$MODULE_DIR$/build" /> | ||
</content> | ||
<orderEntry type="inheritedJdk" /> | ||
<orderEntry type="sourceFolder" forTests="false" /> | ||
<orderEntry type="library" exported="" name="Gradle: spring-boot-starter-web-0.5.0.M6" level="project" /> | ||
<orderEntry type="library" exported="" name="Gradle: spring-boot-starter-actuator-0.5.0.M6" level="project" /> | ||
<orderEntry type="library" exported="" name="Gradle: aopalliance-1.0" level="project" /> | ||
<orderEntry type="library" exported="" name="Gradle: commons-logging-1.1.1" level="project" /> | ||
<orderEntry type="library" exported="" name="Gradle: spring-core-4.0.0.RC1" level="project" /> | ||
<orderEntry type="library" exported="" name="Gradle: spring-beans-4.0.0.RC1" level="project" /> | ||
<orderEntry type="library" exported="" name="Gradle: spring-aop-4.0.0.RC1" level="project" /> | ||
<orderEntry type="library" exported="" name="Gradle: spring-expression-4.0.0.RC1" level="project" /> | ||
<orderEntry type="library" exported="" name="Gradle: spring-context-4.0.0.RC1" level="project" /> | ||
<orderEntry type="library" exported="" name="Gradle: spring-boot-0.5.0.M6" level="project" /> | ||
<orderEntry type="library" exported="" name="Gradle: spring-boot-autoconfigure-0.5.0.M6" level="project" /> | ||
<orderEntry type="library" exported="" name="Gradle: slf4j-api-1.7.5" level="project" /> | ||
<orderEntry type="library" exported="" name="Gradle: jcl-over-slf4j-1.7.5" level="project" /> | ||
<orderEntry type="library" exported="" name="Gradle: jul-to-slf4j-1.7.5" level="project" /> | ||
<orderEntry type="library" exported="" name="Gradle: logback-core-1.0.13" level="project" /> | ||
<orderEntry type="library" exported="" name="Gradle: logback-classic-1.0.13" level="project" /> | ||
<orderEntry type="library" exported="" name="Gradle: spring-boot-starter-logging-0.5.0.M6" level="project" /> | ||
<orderEntry type="library" exported="" name="Gradle: spring-boot-starter-0.5.0.M6" level="project" /> | ||
<orderEntry type="library" exported="" name="Gradle: tomcat-embed-core-7.0.42" level="project" /> | ||
<orderEntry type="library" exported="" name="Gradle: tomcat-embed-logging-juli-7.0.42" level="project" /> | ||
<orderEntry type="library" exported="" name="Gradle: spring-boot-starter-tomcat-0.5.0.M6" level="project" /> | ||
<orderEntry type="library" exported="" name="Gradle: jackson-annotations-2.2.2" level="project" /> | ||
<orderEntry type="library" exported="" name="Gradle: jackson-core-2.2.2" level="project" /> | ||
<orderEntry type="library" exported="" name="Gradle: jackson-databind-2.2.2" level="project" /> | ||
<orderEntry type="library" exported="" name="Gradle: spring-web-4.0.0.RC1" level="project" /> | ||
<orderEntry type="library" exported="" name="Gradle: spring-webmvc-4.0.0.RC1" level="project" /> | ||
<orderEntry type="library" exported="" name="Gradle: validation-api-1.0.0.GA" level="project" /> | ||
<orderEntry type="library" exported="" name="Gradle: jboss-logging-3.1.0.CR2" level="project" /> | ||
<orderEntry type="library" exported="" name="Gradle: hibernate-validator-4.3.1.Final" level="project" /> | ||
<orderEntry type="library" exported="" name="Gradle: spring-boot-actuator-0.5.0.M6" level="project" /> | ||
<orderEntry type="library" exported="" name="Gradle: log4j-over-slf4j-1.7.5" level="project" /> | ||
<orderEntry type="library" scope="TEST" name="Gradle: tomcat-embed-jasper-7.0.42" level="project" /> | ||
<orderEntry type="library" exported="" scope="RUNTIME" name="Gradle: tomcat-embed-jasper-7.0.42" level="project" /> | ||
<orderEntry type="library" scope="TEST" name="Gradle: ecj-4.2.2" level="project" /> | ||
<orderEntry type="library" exported="" scope="RUNTIME" name="Gradle: ecj-4.2.2" level="project" /> | ||
<orderEntry type="library" scope="TEST" name="Gradle: junit-4.11" level="project" /> | ||
<orderEntry type="library" scope="TEST" name="Gradle: hamcrest-core-1.3" level="project" /> | ||
</component> | ||
</module> | ||
|
Oops, something went wrong.