Skip to content

Commit 3efc1fb

Browse files
committed
Initial commit
0 parents  commit 3efc1fb

File tree

561 files changed

+128410
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

561 files changed

+128410
-0
lines changed

.classpath

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<classpath>
3+
<classpathentry kind="src" output="target/classes" path="src/main/java"/>
4+
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
5+
<attributes>
6+
<attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>
7+
</attributes>
8+
</classpathentry>
9+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
10+
<classpathentry kind="output" path="target/classes"/>
11+
</classpath>

.idea/artifacts/blog_war.xml

+8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/artifacts/blog_war_exploded.xml

+48
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/compiler.xml

+16
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/encodings.xml

+6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/misc.xml

+16
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/modules.xml

+8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.mymetadata

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<project-module
3+
type="WEB"
4+
name="blog"
5+
id="myeclipse.1523259548661"
6+
context-root="/blog"
7+
j2ee-spec="6.0"
8+
archive="blog.war">
9+
<attributes>
10+
<attribute name="webrootdir" value="src/main/webapp" />
11+
</attributes>
12+
</project-module>
13+

.project

+64
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<projectDescription>
3+
<name>blog</name>
4+
<comment></comment>
5+
<projects>
6+
</projects>
7+
<buildSpec>
8+
<buildCommand>
9+
<name>org.eclipse.wst.common.project.facet.core.builder</name>
10+
<arguments>
11+
</arguments>
12+
</buildCommand>
13+
<buildCommand>
14+
<name>org.eclipse.wst.jsdt.core.javascriptValidator</name>
15+
<arguments>
16+
</arguments>
17+
</buildCommand>
18+
<buildCommand>
19+
<name>com.genuitec.eclipse.j2eedt.core.WebClasspathBuilder</name>
20+
<arguments>
21+
</arguments>
22+
</buildCommand>
23+
<buildCommand>
24+
<name>org.eclipse.jdt.core.javabuilder</name>
25+
<arguments>
26+
</arguments>
27+
</buildCommand>
28+
<buildCommand>
29+
<name>com.genuitec.eclipse.j2eedt.core.J2EEProjectValidator</name>
30+
<arguments>
31+
</arguments>
32+
</buildCommand>
33+
<buildCommand>
34+
<name>com.genuitec.eclipse.j2eedt.core.DeploymentDescriptorValidator</name>
35+
<arguments>
36+
</arguments>
37+
</buildCommand>
38+
<buildCommand>
39+
<name>org.eclipse.wst.validation.validationbuilder</name>
40+
<arguments>
41+
</arguments>
42+
</buildCommand>
43+
<buildCommand>
44+
<name>com.genuitec.eclipse.ast.deploy.core.DeploymentBuilder</name>
45+
<arguments>
46+
</arguments>
47+
</buildCommand>
48+
<buildCommand>
49+
<name>org.eclipse.m2e.core.maven2Builder</name>
50+
<arguments>
51+
</arguments>
52+
</buildCommand>
53+
</buildSpec>
54+
<natures>
55+
<nature>com.genuitec.eclipse.ast.deploy.core.deploymentnature</nature>
56+
<nature>org.eclipse.m2e.core.maven2Nature</nature>
57+
<nature>org.eclipse.jem.workbench.JavaEMFNature</nature>
58+
<nature>com.genuitec.eclipse.j2eedt.core.webnature</nature>
59+
<nature>org.eclipse.jdt.core.javanature</nature>
60+
<nature>org.eclipse.wst.jsdt.core.jsNature</nature>
61+
<nature>org.eclipse.wst.common.project.facet.core.nature</nature>
62+
<nature>org.eclipse.wst.common.modulecore.ModuleCoreNature</nature>
63+
</natures>
64+
</projectDescription>

.settings/.jsdtscope

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<classpath>
3+
<classpathentry kind="src" path="src/main/webapp"/>
4+
<classpathentry kind="con" path="org.eclipse.wst.jsdt.launching.JRE_CONTAINER"/>
5+
<classpathentry kind="con" path="org.eclipse.wst.jsdt.launching.WebProject">
6+
<attributes>
7+
<attribute name="hide" value="true"/>
8+
</attributes>
9+
</classpathentry>
10+
<classpathentry kind="con" path="org.eclipse.wst.jsdt.launching.baseBrowserLibrary"/>
11+
<classpathentry kind="output" path=""/>
12+
</classpath>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
defaultTldInfo=f\=http\://java.sun.com/jsf/core;http\://java.sun.com/jsf/html\=h;http\://struts.apache.org/tags-bean\=bean;http\://java.sun.com/jsp/jstl/fmt\=fmt;nested\=http\://struts.apache.org/tags-nested;bean\=http\://struts.apache.org/tags-bean;http\://java.sun.com/jsp/jstl/sql\=sql;c\=http\://java.sun.com/jsp/jstl/core;fmt\=http\://java.sun.com/jsp/jstl/fmt;http\://struts.apache.org/tags-logic\=logic;http\://java.sun.com/jsp/jstl/xml\=x;http\://java.sun.com/jsp/jstl/core\=c;logic\=http\://struts.apache.org/tags-logic;h\=http\://java.sun.com/jsf/html;http\://struts.apache.org/tags-tiles\=tiles;http\://java.sun.com/jsp/jstl/functions\=fn;tiles\=http\://struts.apache.org/tags-tiles;sql\=http\://java.sun.com/jsp/jstl/sql;http\://struts.apache.org/tags-html\=html;http\://struts.apache.org/tags-nested\=nested;html\=http\://struts.apache.org/tags-html;http\://java.sun.com/jsf/core\=f;fn\=http\://java.sun.com/jsp/jstl/functions;x\=http\://java.sun.com/jsp/jstl/xml
2+
eclipse.preferences.version=1
3+
useAssemblyMapping=true
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
eclipse.preferences.version=1
2+
encoding//src/main/java=UTF-8
3+
encoding//src/main/java/com/ssm/blog/entity/Tag.java=UTF-8
4+
encoding//src/main/resources=UTF-8
5+
encoding//src/main/resources/jdbc.properties=UTF-8
6+
encoding//src/main/sql/schema.sql=UTF-8
7+
encoding//src/main/webapp/index1.jsp=UTF-8
8+
encoding/<project>=UTF-8

.settings/org.eclipse.jdt.core.prefs

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
eclipse.preferences.version=1
2+
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
3+
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
4+
org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
5+
org.eclipse.jdt.core.compiler.compliance=1.6
6+
org.eclipse.jdt.core.compiler.debug.lineNumber=generate
7+
org.eclipse.jdt.core.compiler.debug.localVariable=generate
8+
org.eclipse.jdt.core.compiler.debug.sourceFile=generate
9+
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
10+
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
11+
org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning
12+
org.eclipse.jdt.core.compiler.source=1.6

.settings/org.eclipse.m2e.core.prefs

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
activeProfiles=
2+
eclipse.preferences.version=1
3+
resolveWorkspaceProjects=true
4+
version=1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<project-modules id="moduleCoreId" project-version="1.5.0">
3+
<wb-module deploy-name="blog">
4+
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/java"/>
5+
<wb-resource deploy-path="/" source-path="/src/main/webapp"/>
6+
<property name="context-root" value="/blog"/>
7+
<property name="java-output-path" value="/blog/src/main/webapp/WEB-INF/classes"/>
8+
</wb-module>
9+
</project-modules>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<faceted-project>
3+
<fixed facet="wst.jsdt.web"/>
4+
<installed facet="java" version="1.6"/>
5+
<installed facet="jst.web" version="3.0"/>
6+
<installed facet="wst.jsdt.web" version="1.0"/>
7+
</faceted-project>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
org.eclipse.wst.jsdt.launching.baseBrowserLibrary
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Window

blog.iml

+61
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<module org.jetbrains.idea.maven.project.MavenProjectsManager.isMavenModule="true" type="JAVA_MODULE" version="4">
3+
<component name="FacetManager">
4+
<facet type="Spring" name="Spring">
5+
<configuration />
6+
</facet>
7+
<facet type="web" name="Web">
8+
<configuration>
9+
<descriptors>
10+
<deploymentDescriptor name="web.xml" url="file://$MODULE_DIR$/src/main/webapp/WEB-INF/web.xml" />
11+
</descriptors>
12+
<webroots>
13+
<root url="file://$MODULE_DIR$/src/main/webapp" relative="/" />
14+
</webroots>
15+
</configuration>
16+
</facet>
17+
</component>
18+
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_6">
19+
<output url="file://$MODULE_DIR$/target/classes" />
20+
<output-test url="file://$MODULE_DIR$/target/test-classes" />
21+
<content url="file://$MODULE_DIR$">
22+
<sourceFolder url="file://$MODULE_DIR$/src/main/java" isTestSource="false" />
23+
<sourceFolder url="file://$MODULE_DIR$/src/main/resources" type="java-resource" />
24+
<excludeFolder url="file://$MODULE_DIR$/target" />
25+
</content>
26+
<orderEntry type="inheritedJdk" />
27+
<orderEntry type="sourceFolder" forTests="false" />
28+
<orderEntry type="library" scope="TEST" name="Maven: junit:junit:4.11" level="project" />
29+
<orderEntry type="library" scope="TEST" name="Maven: org.hamcrest:hamcrest-core:1.3" level="project" />
30+
<orderEntry type="library" name="Maven: org.slf4j:slf4j-api:1.7.12" level="project" />
31+
<orderEntry type="library" name="Maven: log4j:log4j:1.2.17" level="project" />
32+
<orderEntry type="library" scope="RUNTIME" name="Maven: mysql:mysql-connector-java:5.1.35" level="project" />
33+
<orderEntry type="library" name="Maven: c3p0:c3p0:0.9.1.1" level="project" />
34+
<orderEntry type="library" name="Maven: org.mybatis:mybatis:3.3.0" level="project" />
35+
<orderEntry type="library" name="Maven: org.mybatis:mybatis-spring:1.2.3" level="project" />
36+
<orderEntry type="library" name="Maven: taglibs:standard:1.1.2" level="project" />
37+
<orderEntry type="library" name="Maven: jstl:jstl:1.2" level="project" />
38+
<orderEntry type="library" name="Maven: com.fasterxml.jackson.core:jackson-databind:2.5.4" level="project" />
39+
<orderEntry type="library" name="Maven: com.fasterxml.jackson.core:jackson-annotations:2.5.0" level="project" />
40+
<orderEntry type="library" name="Maven: com.fasterxml.jackson.core:jackson-core:2.5.4" level="project" />
41+
<orderEntry type="library" name="Maven: javax.servlet:javax.servlet-api:3.1.0" level="project" />
42+
<orderEntry type="library" name="Maven: org.springframework:spring-core:4.1.7.RELEASE" level="project" />
43+
<orderEntry type="library" name="Maven: commons-logging:commons-logging:1.2" level="project" />
44+
<orderEntry type="library" name="Maven: org.springframework:spring-beans:4.1.7.RELEASE" level="project" />
45+
<orderEntry type="library" name="Maven: org.springframework:spring-context:4.1.7.RELEASE" level="project" />
46+
<orderEntry type="library" name="Maven: org.springframework:spring-aop:4.1.7.RELEASE" level="project" />
47+
<orderEntry type="library" name="Maven: aopalliance:aopalliance:1.0" level="project" />
48+
<orderEntry type="library" name="Maven: org.springframework:spring-expression:4.1.7.RELEASE" level="project" />
49+
<orderEntry type="library" name="Maven: org.springframework:spring-jdbc:4.1.7.RELEASE" level="project" />
50+
<orderEntry type="library" name="Maven: org.springframework:spring-tx:4.1.7.RELEASE" level="project" />
51+
<orderEntry type="library" name="Maven: org.springframework:spring-web:4.1.7.RELEASE" level="project" />
52+
<orderEntry type="library" name="Maven: org.springframework:spring-webmvc:4.1.7.RELEASE" level="project" />
53+
<orderEntry type="library" name="Maven: org.springframework:spring-test:4.1.7.RELEASE" level="project" />
54+
<orderEntry type="library" name="Maven: redis.clients:jedis:2.7.3" level="project" />
55+
<orderEntry type="library" name="Maven: org.apache.commons:commons-pool2:2.3" level="project" />
56+
<orderEntry type="library" name="Maven: com.dyuproject.protostuff:protostuff-core:1.0.8" level="project" />
57+
<orderEntry type="library" name="Maven: com.dyuproject.protostuff:protostuff-api:1.0.8" level="project" />
58+
<orderEntry type="library" name="Maven: com.dyuproject.protostuff:protostuff-runtime:1.0.8" level="project" />
59+
<orderEntry type="library" name="Maven: com.dyuproject.protostuff:protostuff-collectionschema:1.0.8" level="project" />
60+
</component>
61+
</module>

0 commit comments

Comments
 (0)