You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
631 B
26 lines
631 B
|
|
|
|
file.upload-dir=D:\\uploads\\files
|
|
# MySQL ?????
|
|
|
|
#spring.datasource.url= jdbc:mysql://124.220.45.50:3306/big_event
|
|
#spring.datasource.username= big_event
|
|
#spring.datasource.password= 3cjBiCj3ZBafn3kP
|
|
|
|
#spring.datasource.url= jdbc:mysql://127.0.0.1:3306/big_event
|
|
#spring.datasource.username=root
|
|
#spring.datasource.password=hsp
|
|
|
|
|
|
spring.datasource.url= jdbc:mysql://127.0.0.1:3306/big_event1
|
|
spring.datasource.username= root
|
|
spring.datasource.password= hsp
|
|
|
|
|
|
|
|
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
|
|
server.port=8877
|
|
spring.servlet.multipart.max-file-size=5MB
|
|
spring.servlet.multipart.max-request-size=5MB
|
|
|