main
tamguo 7 years ago
parent 02f47ce1ac
commit 4685ddd25d

@ -63,4 +63,5 @@ public class IndexController {
model.setViewName("500");
return model;
}
}

@ -1,5 +1,5 @@
domain.name=https://www.tamguo.com/
admin.domain.name=https://www.tamguo.com/
domain.name=http://localhost:8081/
admin.domain.name=http://localhost:8081/
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=tanguo520pig
spring.datasource.password=123456
spring.datasource.poolPreparedStatements=true
spring.datasource.testOnBorrow=false
spring.datasource.testOnReturn=false

@ -0,0 +1,4 @@
# robots.txt for Tamguo
User-agent: *
Sitemap: /sitemap/index.xml
Loading…
Cancel
Save