Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
em
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ichikawa
em
Commits
8e80fedf
Commit
8e80fedf
authored
Sep 02, 2022
by
Kim Gyeongeun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
初期ソース
parent
0ba8bc21
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
2 deletions
+5
-2
.project
+1
-0
.tomcatplugin
+2
-0
src/main/resources/jdbc.dicon
+1
-1
src/main/webapp/WEB-INF/classes/jdbc.dicon
+1
-1
No files found.
.project
View file @
8e80fedf
...
@@ -15,5 +15,6 @@
...
@@ -15,5 +15,6 @@
<nature>
org.eclipse.jdt.core.javanature
</nature>
<nature>
org.eclipse.jdt.core.javanature
</nature>
<nature>
org.seasar.dolteng.eclipse.nature
</nature>
<nature>
org.seasar.dolteng.eclipse.nature
</nature>
<nature>
com.sysdeo.eclipse.tomcat.tomcatnature
</nature>
<nature>
com.sysdeo.eclipse.tomcat.tomcatnature
</nature>
<nature>
net.sf.eclipse.tomcat.tomcatnature
</nature>
</natures>
</natures>
</projectDescription>
</projectDescription>
.tomcatplugin
View file @
8e80fedf
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8"?>
<tomcatProjectProperties>
<tomcatProjectProperties>
<rootDir>
src/main/webapp/
</rootDir>
<rootDir>
src/main/webapp/
</rootDir>
<workDir>
/work
</workDir>
<exportSource>
false
</exportSource>
<exportSource>
false
</exportSource>
<reloadable>
false
</reloadable>
<reloadable>
false
</reloadable>
<redirectLogger>
true
</redirectLogger>
<redirectLogger>
true
</redirectLogger>
<updateXml>
true
</updateXml>
<updateXml>
true
</updateXml>
<warLocation></warLocation>
<warLocation></warLocation>
<extraInfo></extraInfo>
<extraInfo></extraInfo>
<mavenClasspath>
false
</mavenClasspath>
<webPath>
/em
</webPath>
<webPath>
/em
</webPath>
</tomcatProjectProperties>
</tomcatProjectProperties>
src/main/resources/jdbc.dicon
View file @
8e80fedf
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
"org.postgresql.Driver"
"org.postgresql.Driver"
</property>
</property>
<property
name=
"URL"
>
<property
name=
"URL"
>
"jdbc:postgresql://192.168.11.14
8:5432/em2
"
"jdbc:postgresql://192.168.11.14
9:5432/em
"
</property>
</property>
<property
name=
"user"
>
"postgres"
</property>
<property
name=
"user"
>
"postgres"
</property>
<property
name=
"password"
>
"postgres"
</property>
<property
name=
"password"
>
"postgres"
</property>
...
...
src/main/webapp/WEB-INF/classes/jdbc.dicon
View file @
8e80fedf
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
"org.postgresql.Driver"
"org.postgresql.Driver"
</property>
</property>
<property
name=
"URL"
>
<property
name=
"URL"
>
"jdbc:postgresql://192.168.11.14
8:5432/em2
"
"jdbc:postgresql://192.168.11.14
9:5432/em
"
</property>
</property>
<property
name=
"user"
>
"postgres"
</property>
<property
name=
"user"
>
"postgres"
</property>
<property
name=
"password"
>
"postgres"
</property>
<property
name=
"password"
>
"postgres"
</property>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment