feat: 完成基本功能
This commit is contained in:
38
src/main/resources/application.yml
Normal file
38
src/main/resources/application.yml
Normal file
@@ -0,0 +1,38 @@
|
||||
server:
|
||||
port: 7890
|
||||
spring:
|
||||
application:
|
||||
name: digital-market
|
||||
mail:
|
||||
host: smtp.189.cn
|
||||
username: 'uni_message@189.cn'
|
||||
password: 'Ze$7Vi@3t%6Ga=0V'
|
||||
properties:
|
||||
mail:
|
||||
smtp:
|
||||
from: ${spring.mail.username}
|
||||
ssl:
|
||||
enable: true
|
||||
datasource:
|
||||
url: jdbc:h2:./database.db;MODE=MySQL;DATABASE_TO_LOWER=TRUE;CASE_INSENSITIVE_IDENTIFIERS=TRUE
|
||||
username: lanyuanxiaoyao
|
||||
password: lanyuanxiaoyao
|
||||
driver-class-name: org.h2.Driver
|
||||
jpa:
|
||||
generate-ddl: true
|
||||
show-sql: true
|
||||
logging:
|
||||
pattern:
|
||||
console: '%date{MM-dd HH:mm:ss} %-5level [%t] %C{35}: %msg%n%throwable'
|
||||
level:
|
||||
org:
|
||||
htmlunit:
|
||||
IncorrectnessListenerImpl: error
|
||||
messenger:
|
||||
mail:
|
||||
targets:
|
||||
# me
|
||||
- 'lanyuanxiaoyao@qq.com'
|
||||
driver:
|
||||
driver-path: /Users/lanyuanxiaoyao/Downloads/chromium/128/macOS-1289987/chromedriver
|
||||
binary-path: /Users/lanyuanxiaoyao/Downloads/chromium/128/macOS-1289987/Chromium.app/Contents/MacOS/Chromium
|
||||
Reference in New Issue
Block a user