add sms code

This commit is contained in:
2025-07-30 19:04:45 +08:00
parent 7d4ba584a8
commit ed696e7c90
15 changed files with 729 additions and 1 deletions

View File

@@ -0,0 +1,24 @@
spring.application.name=VideoTablet
server.port=8088
## mysql ??????
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
#spring.datasource.url=jdbc:mysql://139.199.77.221:3306/spring_boot?useUnicode=true&characterEncoding=utf8&useSSL=false
spring.datasource.url=jdbc:mysql://127.0.0.1:3305/video_tablet_db?useUnicode=true&characterEncoding=utf8&useSSL=false&allowPublicKeyRetrieval=true
spring.datasource.username=tt
spring.datasource.password=fanhuitong
# redis????
# 0????????????? Redis ???????
spring.data.redis.database=0
# 6379???????? Redis ??
spring.data.redis.port=6379
# ???????????
spring.data.redis.host=127.0.0.1
spring.data.redis.password=fanhuitong
# ???
spring.data.redis.lettuce.pool.min-idle=5
spring.data.redis.lettuce.pool.max-idle=10
spring.data.redis.lettuce.pool.max-active=8
spring.data.redis.lettuce.pool.max-wait=1ms
spring.data.redis.lettuce.shutdown-timeout=100ms

View File

@@ -0,0 +1,2 @@
spring.application.name=VideoTablet

View File

@@ -0,0 +1,2 @@
spring.application.name=VideoTablet

View File

@@ -1 +1,3 @@
spring.application.name=VideoTablet
# application.properties
# ????????
spring.profiles.active=debug