8 lines
189 B
INI
8 lines
189 B
INI
server.port=8082
|
|
|
|
spring.redis.host=localhost
|
|
spring.redis.port=6379
|
|
|
|
spring.datasource.url=jdbc:mysql://localhost:3306/irext
|
|
spring.datasource.username=root
|
|
spring.datasource.password=root |