tamguo 7 years ago
parent 107d71a1df
commit 63e5286d4a

@ -32,6 +32,12 @@ public class IndexController {
return model; return model;
} }
@RequestMapping(value = "/shenma-site-verification.txt", method = RequestMethod.GET)
public ModelAndView shenma_site_verification(ModelAndView model) {
model.setViewName("thirdparty/shenma-site-verification");
return model;
}
@RequestMapping(value = "/sogousiteverification", method = RequestMethod.GET) @RequestMapping(value = "/sogousiteverification", method = RequestMethod.GET)
public ModelAndView sogousiteverification(ModelAndView model) { public ModelAndView sogousiteverification(ModelAndView model) {
model.setViewName("thirdparty/sogousiteverification"); model.setViewName("thirdparty/sogousiteverification");

@ -1,4 +1,4 @@
domain.name=http://localhost:8081/ domain.name=https://www.tamguo.com/
admin.domain.name=http://admin.tanguoguo.com admin.domain.name=http://admin.tanguoguo.com
server.port=8081 server.port=8081
jasypt.encryptor.password=tamguo jasypt.encryptor.password=tamguo
@ -12,14 +12,14 @@ spring.datasource.maxPoolPreparedStatementPerConnectionSize=20
spring.datasource.maxWait=60000 spring.datasource.maxWait=60000
spring.datasource.minEvictableIdleTimeMillis=300000 spring.datasource.minEvictableIdleTimeMillis=300000
spring.datasource.minIdle=5 spring.datasource.minIdle=5
spring.datasource.password=Tanguo spring.datasource.password=
spring.datasource.poolPreparedStatements=true spring.datasource.poolPreparedStatements=true
spring.datasource.testOnBorrow=false spring.datasource.testOnBorrow=false
spring.datasource.testOnReturn=false spring.datasource.testOnReturn=false
spring.datasource.testWhileIdle=true spring.datasource.testWhileIdle=true
spring.datasource.timeBetweenEvictionRunsMillis=60000 spring.datasource.timeBetweenEvictionRunsMillis=60000
spring.datasource.type=com.alibaba.druid.pool.DruidDataSource spring.datasource.type=com.alibaba.druid.pool.DruidDataSource
spring.datasource.url=jdbc:mysql://47.100.175.14:3306/tamguo?useUnicode=true&characterEncoding=UTF-8&useSSL=false spring.datasource.url=jdbc:mysql://127.0.0.1:3306/tamguo?useUnicode=true&characterEncoding=UTF-8&useSSL=false
spring.datasource.username=root spring.datasource.username=root
spring.datasource.validationQuery=SELECT 1 FROM DUAL spring.datasource.validationQuery=SELECT 1 FROM DUAL

@ -10,7 +10,7 @@
<meta name="copyright" content="Tamguo" /> <meta name="copyright" content="Tamguo" />
<meta name="360-site-verification" content="d307dfe5c7562c28c2514592bfba0f58" /> <meta name="360-site-verification" content="d307dfe5c7562c28c2514592bfba0f58" />
<meta name="wlhlauth" content="6bb48d08d2b053e9e45f91fa46fb0c4f"/> <meta name="wlhlauth" content="6bb48d08d2b053e9e45f91fa46fb0c4f"/>
<meta name="shenma-site-verification" content="d7da26ed196c232a40149f7a6feb2417_1534215172"> <meta name="shenma-site-verification" content="d7da26ed196c232a40149f7a6feb2417_1534219187"/>
<link rel="stylesheet" th:href="${domainName + 'css/main.css'}"></link> <link rel="stylesheet" th:href="${domainName + 'css/main.css'}"></link>
<link rel="stylesheet" th:href="${domainName + 'css/reset.css'}" /> <link rel="stylesheet" th:href="${domainName + 'css/reset.css'}" />
<link rel="stylesheet" th:href="${domainName + 'css/iconfont.css'}" /> <link rel="stylesheet" th:href="${domainName + 'css/iconfont.css'}" />

@ -0,0 +1 @@
shenma-site-verification:d7da26ed196c232a40149f7a6feb2417_1534219324
Loading…
Cancel
Save