Commit 8e80fedf by Kim Gyeongeun

初期ソース

parent 0ba8bc21
...@@ -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>
<?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>
...@@ -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.148:5432/em2" "jdbc:postgresql://192.168.11.149:5432/em"
</property> </property>
<property name="user">"postgres"</property> <property name="user">"postgres"</property>
<property name="password">"postgres"</property> <property name="password">"postgres"</property>
......
...@@ -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.148:5432/em2" "jdbc:postgresql://192.168.11.149:5432/em"
</property> </property>
<property name="user">"postgres"</property> <property name="user">"postgres"</property>
<property name="password">"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