diff --git a/.classpath b/.classpath new file mode 100644 index 0000000..35bca5e --- /dev/null +++ b/.classpath @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.gitignore b/.gitignore index 6143e53..0a5e557 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,4 @@ # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml hs_err_pid* +/target/ diff --git a/.project b/.project new file mode 100644 index 0000000..7546e55 --- /dev/null +++ b/.project @@ -0,0 +1,23 @@ + + + tamguo + + + + + + org.eclipse.jdt.core.javabuilder + + + + + org.eclipse.m2e.core.maven2Builder + + + + + + org.eclipse.jdt.core.javanature + org.eclipse.m2e.core.maven2Nature + + diff --git a/.settings/org.eclipse.jdt.core.prefs b/.settings/org.eclipse.jdt.core.prefs new file mode 100644 index 0000000..8626026 --- /dev/null +++ b/.settings/org.eclipse.jdt.core.prefs @@ -0,0 +1,5 @@ +eclipse.preferences.version=1 +org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5 +org.eclipse.jdt.core.compiler.compliance=1.5 +org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning +org.eclipse.jdt.core.compiler.source=1.5 diff --git a/.settings/org.eclipse.m2e.core.prefs b/.settings/org.eclipse.m2e.core.prefs new file mode 100644 index 0000000..14b697b --- /dev/null +++ b/.settings/org.eclipse.m2e.core.prefs @@ -0,0 +1,4 @@ +activeProfiles= +eclipse.preferences.version=1 +resolveWorkspaceProjects=true +version=1 diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..c912bcb --- /dev/null +++ b/pom.xml @@ -0,0 +1,6 @@ + + 4.0.0 + tamguo + tamguo + 0.0.1-SNAPSHOT + \ No newline at end of file diff --git a/tamguo-common/.classpath b/tamguo-common/.classpath index 16c89cc..61f3bb9 100644 --- a/tamguo-common/.classpath +++ b/tamguo-common/.classpath @@ -6,22 +6,12 @@ - - - - - - - - - - diff --git a/tamguo-crawler/.classpath b/tamguo-crawler/.classpath index 16c89cc..3553992 100644 --- a/tamguo-crawler/.classpath +++ b/tamguo-crawler/.classpath @@ -17,11 +17,6 @@ - - - - - diff --git a/tamguo-modules-core/.classpath b/tamguo-modules-core/.classpath index 16c89cc..3553992 100644 --- a/tamguo-modules-core/.classpath +++ b/tamguo-modules-core/.classpath @@ -17,11 +17,6 @@ - - - - - diff --git a/tamguo-oms/.classpath b/tamguo-oms/.classpath index 16c89cc..3553992 100644 --- a/tamguo-oms/.classpath +++ b/tamguo-oms/.classpath @@ -17,11 +17,6 @@ - - - - - diff --git a/tamguo-tms/.classpath b/tamguo-tms/.classpath index 16c89cc..3553992 100644 --- a/tamguo-tms/.classpath +++ b/tamguo-tms/.classpath @@ -17,11 +17,6 @@ - - - - - diff --git a/tamguo-tms/src/main/resources/application.properties b/tamguo-tms/src/main/resources/application.properties index 0667768..1c869ee 100644 --- a/tamguo-tms/src/main/resources/application.properties +++ b/tamguo-tms/src/main/resources/application.properties @@ -1,5 +1,5 @@ -domain.name=http://localhost:8081/ -admin.domain.name=http://localhost:8081/ +domain.name=https://www.tamguo.com/ +admin.domain.name=https://www.tamguo.com/ server.port=8081 jasypt.encryptor.password=tamguo @@ -12,7 +12,7 @@ spring.datasource.maxPoolPreparedStatementPerConnectionSize=20 spring.datasource.maxWait=60000 spring.datasource.minEvictableIdleTimeMillis=300000 spring.datasource.minIdle=5 -spring.datasource.password=123456 +spring.datasource.password=tanguo520pig spring.datasource.poolPreparedStatements=true spring.datasource.testOnBorrow=false spring.datasource.testOnReturn=false