Merge remote-tracking branch 'origin/master'

This commit is contained in:
cyk 2023-12-27 19:01:27 +08:00
commit b693354748
2 changed files with 7 additions and 3 deletions

View File

@ -35,8 +35,8 @@ public class QRCServiceImpl implements QRCService{
collectIconList.setQr_url(base64);
collectIconListDao.insertSelective(collectIconList);
// return JSON.toJSONString(collectIconListDao.selectByUrlid(url_id));
// return JSON.toJSONString(base64);
return null;
return JSON.toJSONString(base64);
// return null;
}else {
return JSON.toJSONString(collectIconListDao.selectByUrlid(url_id));
}

View File

@ -1,10 +1,14 @@
spring:
spring:
jackson:
time-zone: GMT+8
date-format: yyyy-MM-dd
mvc:
static-path-pattern: /static/**
datasource:
url: jdbc:mysql://localhost:3306/love-nav
username: root
password: 123456
password: sjm123
driver-class-name: com.mysql.cj.jdbc.Driver
redis:
host: localhost