fix The server time zone value 'Coordinated Universal Time' is unrecognized or represents more than one

This commit is contained in:
Carl 2022-01-28 17:58:00 +08:00
parent 99f4df3c1f
commit 0eb02c313b
2 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@ public class GoodService {
} }
public List<GoodsEntity> listGoodsByNameBankNameTagUsedAge(String title,String petType){ public List<GoodsEntity> listGoodsByNameBankNameTagUsedAge(String title,String petType){
String ip = "https://royalcanincn.escase.cn/jc/royalcanin/"; String ip = "https://shop.royalcanin.com.cn/royalcanin/royalcanin/";
List<GoodsEntity> goodsList = goodsDao.selectRoleIdByGoodsNameBankNameTagUsedAge(title,petType); List<GoodsEntity> goodsList = goodsDao.selectRoleIdByGoodsNameBankNameTagUsedAge(title,petType);
for (GoodsEntity goodsEntity:goodsList) { for (GoodsEntity goodsEntity:goodsList) {
goodsEntity.setShowImgFile(ip+goodsEntity.getPicture()); goodsEntity.setShowImgFile(ip+goodsEntity.getPicture());

View File

@ -1,5 +1,5 @@
######################### server ################### ######################### server ###################
server.servlet.context-path=/royalcanin server.servlet.context-path=/royalcanin/royalcanin
server.port=10086 server.port=10086
spring.profiles.active=@profiles.active@ spring.profiles.active=@profiles.active@