Commit 8e80fedf by Kim Gyeongeun

初期ソース

parent 0ba8bc21
......@@ -15,5 +15,6 @@
<nature>org.eclipse.jdt.core.javanature</nature>
<nature>org.seasar.dolteng.eclipse.nature</nature>
<nature>com.sysdeo.eclipse.tomcat.tomcatnature</nature>
<nature>net.sf.eclipse.tomcat.tomcatnature</nature>
</natures>
</projectDescription>
<?xml version="1.0" encoding="UTF-8"?>
<tomcatProjectProperties>
<rootDir>src/main/webapp/</rootDir>
<workDir>/work</workDir>
<exportSource>false</exportSource>
<reloadable>false</reloadable>
<redirectLogger>true</redirectLogger>
<updateXml>true</updateXml>
<warLocation></warLocation>
<extraInfo></extraInfo>
<mavenClasspath>false</mavenClasspath>
<webPath>/em</webPath>
</tomcatProjectProperties>
......@@ -11,7 +11,7 @@
"org.postgresql.Driver"
</property>
<property name="URL">
"jdbc:postgresql://192.168.11.148:5432/em2"
"jdbc:postgresql://192.168.11.149:5432/em"
</property>
<property name="user">"postgres"</property>
<property name="password">"postgres"</property>
......
......@@ -11,7 +11,7 @@
"org.postgresql.Driver"
</property>
<property name="URL">
"jdbc:postgresql://192.168.11.148:5432/em2"
"jdbc:postgresql://192.168.11.149:5432/em"
</property>
<property name="user">"postgres"</property>
<property name="password">"postgres"</property>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment