Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc5add93

Browse files
author
Ramesh Fadatare
committed
User Account Registration and Login using Spring Boot
1 parenta7fc283 commitc5add93

File tree

33 files changed

+8807
-0
lines changed

33 files changed

+8807
-0
lines changed
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<classpath>
3+
<classpathentrykind="src"output="target/classes"path="src/main/java">
4+
<attributes>
5+
<attributename="optional"value="true"/>
6+
<attributename="maven.pomderived"value="true"/>
7+
</attributes>
8+
</classpathentry>
9+
<classpathentryexcluding="**"kind="src"output="target/classes"path="src/main/resources">
10+
<attributes>
11+
<attributename="maven.pomderived"value="true"/>
12+
</attributes>
13+
</classpathentry>
14+
<classpathentrykind="src"output="target/test-classes"path="src/test/java">
15+
<attributes>
16+
<attributename="test"value="true"/>
17+
<attributename="optional"value="true"/>
18+
<attributename="maven.pomderived"value="true"/>
19+
</attributes>
20+
</classpathentry>
21+
<classpathentrykind="con"path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/jdk1.8.0_201">
22+
<attributes>
23+
<attributename="maven.pomderived"value="true"/>
24+
</attributes>
25+
</classpathentry>
26+
<classpathentrykind="con"path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
27+
<attributes>
28+
<attributename="maven.pomderived"value="true"/>
29+
<attributename="org.eclipse.jst.component.dependency"value="/WEB-INF/lib"/>
30+
</attributes>
31+
</classpathentry>
32+
<classpathentrykind="output"path="target/classes"/>
33+
</classpath>
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<projectDescription>
3+
<name>login-registration-springboot-hibernate-jsp-auth</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.wst.common.project.facet.core.builder</name>
15+
<arguments>
16+
</arguments>
17+
</buildCommand>
18+
<buildCommand>
19+
<name>org.eclipse.m2e.core.maven2Builder</name>
20+
<arguments>
21+
</arguments>
22+
</buildCommand>
23+
<buildCommand>
24+
<name>org.eclipse.wst.validation.validationbuilder</name>
25+
<arguments>
26+
</arguments>
27+
</buildCommand>
28+
<buildCommand>
29+
<name>org.springframework.ide.eclipse.boot.validation.springbootbuilder</name>
30+
<arguments>
31+
</arguments>
32+
</buildCommand>
33+
</buildSpec>
34+
<natures>
35+
<nature>org.eclipse.jem.workbench.JavaEMFNature</nature>
36+
<nature>org.eclipse.wst.common.modulecore.ModuleCoreNature</nature>
37+
<nature>org.eclipse.jdt.core.javanature</nature>
38+
<nature>org.eclipse.m2e.core.maven2Nature</nature>
39+
<nature>org.eclipse.wst.common.project.facet.core.nature</nature>
40+
<nature>org.eclipse.wst.jsdt.core.jsNature</nature>
41+
</natures>
42+
</projectDescription>
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<classpath>
3+
<classpathentryexcluding="**/bower_components/*|**/node_modules/*|**/*.min.js"kind="src"path="src/main/webapp"/>
4+
<classpathentrykind="src"path="target/m2e-wtp/web-resources"/>
5+
<classpathentrykind="con"path="org.eclipse.wst.jsdt.launching.JRE_CONTAINER"/>
6+
<classpathentrykind="con"path="org.eclipse.wst.jsdt.launching.WebProject">
7+
<attributes>
8+
<attributename="hide"value="true"/>
9+
</attributes>
10+
</classpathentry>
11+
<classpathentrykind="con"path="org.eclipse.wst.jsdt.launching.baseBrowserLibrary"/>
12+
<classpathentrykind="output"path=""/>
13+
</classpath>
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
eclipse.preferences.version=1
2+
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
3+
org.eclipse.jdt.core.compiler.codegen.methodParameters=do not generate
4+
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8
5+
org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
6+
org.eclipse.jdt.core.compiler.compliance=1.8
7+
org.eclipse.jdt.core.compiler.debug.lineNumber=generate
8+
org.eclipse.jdt.core.compiler.debug.localVariable=generate
9+
org.eclipse.jdt.core.compiler.debug.sourceFile=generate
10+
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
11+
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
12+
org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning
13+
org.eclipse.jdt.core.compiler.release=disabled
14+
org.eclipse.jdt.core.compiler.source=1.8
Lines changed: 4 additions & 0 deletions
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
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<?xml version="1.0" encoding="UTF-8"?><project-modulesid="moduleCoreId"project-version="1.5.0">
2+
<wb-moduledeploy-name="login-registration-springboot-hibernate-jsp-auth">
3+
<wb-resourcedeploy-path="/"source-path="/target/m2e-wtp/web-resources"/>
4+
<wb-resourcedeploy-path="/"source-path="/src/main/webapp"tag="defaultRootSource"/>
5+
<wb-resourcedeploy-path="/WEB-INF/classes"source-path="/src/main/java"/>
6+
<wb-resourcedeploy-path="/WEB-INF/classes"source-path="/src/main/resources"/>
7+
<wb-resourcedeploy-path="/WEB-INF/classes"source-path="/src/test/java"/>
8+
<propertyname="context-root"value="login-registration-springboot-hibernate-jsp-auth"/>
9+
<propertyname="java-output-path"value="/login-registration-springboot-hibernate-jsp-auth/target/classes"/>
10+
</wb-module>
11+
</project-modules>
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<faceted-project>
3+
<fixedfacet="wst.jsdt.web"/>
4+
<installedfacet="java"version="1.5"/>
5+
<installedfacet="jst.web"version="2.3"/>
6+
<installedfacet="wst.jsdt.web"version="1.0"/>
7+
</faceted-project>
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
org.eclipse.wst.jsdt.launching.baseBrowserLibrary
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Window
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
disabled=06target
2+
eclipse.preferences.version=1

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp