Sfoglia il codice sorgente

gitignored some stuff

Leon 7 anni fa
parent
commit
cf7bf90649

+ 0
- 26
.classpath Vedi File

@@ -1,26 +0,0 @@
1
-<?xml version="1.0" encoding="UTF-8"?>
2
-<classpath>
3
-	<classpathentry kind="src" output="target/classes" path="src/main/java">
4
-		<attributes>
5
-			<attribute name="optional" value="true"/>
6
-			<attribute name="maven.pomderived" value="true"/>
7
-		</attributes>
8
-	</classpathentry>
9
-	<classpathentry kind="src" output="target/test-classes" path="src/test/java">
10
-		<attributes>
11
-			<attribute name="optional" value="true"/>
12
-			<attribute name="maven.pomderived" value="true"/>
13
-		</attributes>
14
-	</classpathentry>
15
-	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5">
16
-		<attributes>
17
-			<attribute name="maven.pomderived" value="true"/>
18
-		</attributes>
19
-	</classpathentry>
20
-	<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
21
-		<attributes>
22
-			<attribute name="maven.pomderived" value="true"/>
23
-		</attributes>
24
-	</classpathentry>
25
-	<classpathentry kind="output" path="target/classes"/>
26
-</classpath>

+ 0
- 23
.project Vedi File

@@ -1,23 +0,0 @@
1
-<?xml version="1.0" encoding="UTF-8"?>
2
-<projectDescription>
3
-	<name>tc-spring-poll-application</name>
4
-	<comment></comment>
5
-	<projects>
6
-	</projects>
7
-	<buildSpec>
8
-		<buildCommand>
9
-			<name>org.eclipse.jdt.core.javabuilder</name>
10
-			<arguments>
11
-			</arguments>
12
-		</buildCommand>
13
-		<buildCommand>
14
-			<name>org.eclipse.m2e.core.maven2Builder</name>
15
-			<arguments>
16
-			</arguments>
17
-		</buildCommand>
18
-	</buildSpec>
19
-	<natures>
20
-		<nature>org.eclipse.jdt.core.javanature</nature>
21
-		<nature>org.eclipse.m2e.core.maven2Nature</nature>
22
-	</natures>
23
-</projectDescription>

+ 0
- 4
.settings/org.eclipse.core.resources.prefs Vedi File

@@ -1,4 +0,0 @@
1
-eclipse.preferences.version=1
2
-encoding//src/main/java=UTF-8
3
-encoding//src/test/java=UTF-8
4
-encoding/<project>=UTF-8

+ 0
- 5
.settings/org.eclipse.jdt.core.prefs Vedi File

@@ -1,5 +0,0 @@
1
-eclipse.preferences.version=1
2
-org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5
3
-org.eclipse.jdt.core.compiler.compliance=1.5
4
-org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning
5
-org.eclipse.jdt.core.compiler.source=1.5

+ 0
- 4
.settings/org.eclipse.m2e.core.prefs Vedi File

@@ -1,4 +0,0 @@
1
-activeProfiles=
2
-eclipse.preferences.version=1
3
-resolveWorkspaceProjects=true
4
-version=1

BIN
src/main/java/io/zipcoder/.DS_Store Vedi File


+ 0
- 11
target/classes/META-INF/MANIFEST.MF Vedi File

@@ -1,11 +0,0 @@
1
-Manifest-Version: 1.0
2
-Implementation-Title: spring-demo
3
-Implementation-Version: 1.0-SNAPSHOT
4
-Built-By: leon
5
-Implementation-Vendor-Id: io.zipcoder
6
-Build-Jdk: 1.8.0_131
7
-Created-By: Maven Integration for Eclipse
8
-Implementation-Vendor: Pivotal Software, Inc.
9
-Main-Class: io.zipcoder.tc_spring_poll_application.QuickPollApplicatio
10
- n
11
-

+ 0
- 7
target/classes/META-INF/maven/io.zipcoder/spring-demo/pom.properties Vedi File

@@ -1,7 +0,0 @@
1
-#Generated by Maven Integration for Eclipse
2
-#Tue Jul 18 21:43:47 EDT 2017
3
-version=1.0-SNAPSHOT
4
-groupId=io.zipcoder
5
-m2e.projectName=tc-spring-poll-application
6
-m2e.projectLocation=/Users/leon/Documents/workspace/eclipse/tc-spring-poll-application
7
-artifactId=spring-demo

+ 0
- 49
target/classes/META-INF/maven/io.zipcoder/spring-demo/pom.xml Vedi File

@@ -1,49 +0,0 @@
1
-<?xml version="1.0" encoding="UTF-8"?>
2
-<project xmlns="http://maven.apache.org/POM/4.0.0"
3
-         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
5
-    <modelVersion>4.0.0</modelVersion>
6
-
7
-    <groupId>io.zipcoder</groupId>
8
-    <artifactId>spring-demo</artifactId>
9
-    <version>1.0-SNAPSHOT</version>
10
-    <parent>
11
-        <groupId>org.springframework.boot</groupId>
12
-        <artifactId>spring-boot-starter-parent</artifactId>
13
-        <version>1.2.1.RELEASE</version>
14
-        <relativePath/> <!-- lookup parent from repository -->
15
-    </parent>
16
-    <properties>
17
-        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
18
-        <start-class>io.zipcoder.tc_spring_poll_application.QuickPollApplication</start-class>
19
-        <java.version>1.7</java.version>
20
-    </properties>
21
-    <dependencies>
22
-        <dependency>
23
-            <groupId>org.springframework.boot</groupId>
24
-            <artifactId>spring-boot-starter-web</artifactId>
25
-        </dependency>
26
-        <dependency>
27
-            <groupId>org.springframework.boot</groupId>
28
-            <artifactId>spring-boot-starter-data-jpa</artifactId>
29
-        </dependency>
30
-        <dependency>
31
-            <groupId>org.springframework.boot</groupId>
32
-            <artifactId>spring-boot-starter-test</artifactId>
33
-            <scope>test</scope>
34
-        </dependency>
35
-        <dependency>
36
-            <groupId>org.hsqldb</groupId>
37
-            <artifactId>hsqldb</artifactId>
38
-            <scope>runtime</scope>
39
-        </dependency>
40
-
41
-        <dependency>
42
-            <groupId>javax.inject</groupId>
43
-            <artifactId>javax.inject</artifactId>
44
-            <version>1</version>
45
-        </dependency>
46
-    </dependencies>
47
-
48
-
49
-</project>

BIN
target/classes/io/zipcoder/tc_spring_poll_application/QuickPollApplication.class Vedi File


BIN
target/test-classes/io/zipcoder/tc_spring_poll_application/QuickPollApplicationTest.class Vedi File