diff --git a/README.md b/README.md index 6b4830e..0518cfa 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # 🎁 BiliLottery -B站抽奖小程序,支持多种抽奖类型,保存每次发起的抽奖,可以随时查看抽奖结果,提供一个公平且高效的抽奖方式。 +B站抽奖小程序,支持多种抽奖类型,保存每次发起的抽奖,可以随时查看抽奖结果,提供一个公平且高效的抽奖方式。 +微信搜索小程序:UP主的工具箱 ### 抽奖模式 1. 即刻抽奖:立即发布抽奖得到抽奖结果并保存 @@ -11,9 +12,9 @@ B站抽奖小程序,支持多种抽奖类型,保存每次发起的抽奖, 2. 评论 + 关注抽奖 3. 支持者模式(评论 + 关注 + 根据关注时间长短赋予权重,按照权重随机抽奖) -### 小程序部分界面 -![](https://winterliublog.oss-cn-beijing.aliyuncs.com/BiliLottery/image-1.jpg) -![](https://winterliublog.oss-cn-beijing.aliyuncs.com/BiliLottery/image-2.jpg) +### 小程序部分界面 [小程序项目地址](https://github.com/winterliu1020/BiliLotteryWeChat) +![](./image/image-1.jpg) +![](./image/image-2.jpg) ### :pencil: Todo : - [ ] 抽奖广场 diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml deleted file mode 100644 index 00c40b3..0000000 --- a/src/main/resources/application.yml +++ /dev/null @@ -1,27 +0,0 @@ -server: - port: 8080 - -spring: - datasource: - driver-class-name: com.mysql.cj.jdbc.Driver - url: jdbc:mysql://localhost:3306/BiliLottery?serverTimezone=GMT%2B8 - username: root -# password: 19980321lwt # Root_ - password: Root_19980321lwt - redis: - database: 0 - host: 127.0.0.1 - port: 6379 - password: - # 如果未单独配置默认为空即可 - timeout: 1000 - jedis: - pool: - max-active: 8 - max-wait: -1 - max-idle: 8 - min-idle: 0 - -mybatis: - mapper-locations: classpath:mappers/*.xml - type-aliases-package: com.liuwentao.bililottery.Entity \ No newline at end of file