新闻添加接口
This commit is contained in:
parent
e16f0687a8
commit
b37fbdf4ff
|
@ -1,35 +1,18 @@
|
||||||
|
server:
|
||||||
|
port: 8080
|
||||||
spring:
|
spring:
|
||||||
datasource:
|
datasource:
|
||||||
url: jdbc:mysql://localhost:3306?organize_oa
|
url: jdbc:mysql://localhost:3306
|
||||||
username: root
|
username: root
|
||||||
password: Zrx@20041009
|
password: 123456
|
||||||
driver-class-name: com.mysql.cj.jdbc.Driver
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
||||||
redis:
|
redis:
|
||||||
database: 0
|
database: 0
|
||||||
host: localhost
|
host: 192.168.80.129
|
||||||
port: 6379
|
port: 6379
|
||||||
password: Zrx@20041009
|
password: 123456
|
||||||
mail:
|
profiles:
|
||||||
default-encoding: UTF-8
|
active: dev
|
||||||
host: smtp.qiye.aliyun.com
|
|
||||||
username: wxxydeveloper@x-lf.cn
|
|
||||||
password: 114477225588Zcw
|
|
||||||
properties:
|
|
||||||
form: wxxydeveloper@x-lf.cn
|
|
||||||
mail:
|
|
||||||
smtp:
|
|
||||||
auth: true
|
|
||||||
starttls:
|
|
||||||
enable: true
|
|
||||||
ssl:
|
|
||||||
enable: true
|
|
||||||
mybatis:
|
mybatis:
|
||||||
configuration:
|
configuration:
|
||||||
map-underscore-to-camel-case: true
|
map-underscore-to-camel-case: true
|
||||||
logging:
|
|
||||||
level:
|
|
||||||
root: TRACE
|
|
||||||
sun.rmi: OFF
|
|
||||||
org.apache.tomcat: WARN
|
|
||||||
server:
|
|
||||||
port: 8155
|
|
Loading…
Reference in New Issue
Block a user