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.
15 lines
285 B
15 lines
285 B
1 year ago
|
server:
|
||
|
port: 8081
|
||
|
spring:
|
||
|
application:
|
||
|
name: teaching-backend
|
||
|
mvc:
|
||
|
pathmatch:
|
||
|
matching-strategy: ant_path_matcher
|
||
|
datasource:
|
||
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
||
|
url: jdbc:mysql://localhost:3306/teaching_db
|
||
|
username: root
|
||
|
password: root
|
||
|
|