feat: 添加路径规划和票面信息识别api
This commit is contained in:
14
navigate-8432/src/main/resources/application-dev.properties
Normal file
14
navigate-8432/src/main/resources/application-dev.properties
Normal file
@@ -0,0 +1,14 @@
|
||||
spring.data.redis.host=localhost
|
||||
spring.data.redis.port=6379
|
||||
spring.data.redis.database=0
|
||||
|
||||
spring.application.name=navigate
|
||||
|
||||
server.port=8432
|
||||
|
||||
dubbo.application.qos-enable=false
|
||||
|
||||
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
|
||||
spring.datasource.username=root
|
||||
spring.datasource.password=12345abcde
|
||||
spring.datasource.url=jdbc:mysql://127.0.0.1:3306/tutorial?useUnicode=true&characterEncoding=utf8&useSSL=false&ServerTimezone=Asia/Shanghai
|
||||
Reference in New Issue
Block a user