3 lines
105 B
INI
3 lines
105 B
INI
spring.application.name=users
|
|
server.port=8090
|
|
spring.datasource.url = jdbc:mysql://localhost:3306/users
|