2017-04-16 13:17:56 +00:00
|
|
|
message=Djes dizda levatu
|
|
|
|
|
2017-04-16 13:43:58 +00:00
|
|
|
# Service names
|
2017-04-16 13:17:56 +00:00
|
|
|
users.name=users
|
|
|
|
events.name=events
|
2017-04-16 13:43:58 +00:00
|
|
|
teams.name=teams
|
|
|
|
|
|
|
|
# DB Properties
|
|
|
|
spring.datasource.url = jdbc:mysql://localhost:3306/users
|
|
|
|
spring.datasource.username = root
|
|
|
|
spring.datasource.password = root
|
|
|
|
spring.jpa.generate-ddl=true
|