server.port=8080
app.name=MyApp
app.version=1.2.0
app.features=auth,logging,metrics
app.ports=8080,8081,8082
app.datasource.url=jdbc:postgresql://localhost:5432/mydb
app.datasource.username=admin
app.datasource.password=secret
app.datasource.pool.size=10
app.datasource.pool.timeout=30s
app.id=${random.uuid}
app.port=${random.int[8000,9000]}
server.port=8080
app.name=MyApp
app.version=1.2.0
app.features=auth,logging,metrics
app.ports=8080,8081,8082
app.datasource.url=jdbc:postgresql://localhost:5432/mydb
app.datasource.username=admin
app.datasource.password=secret
app.datasource.pool.size=10
app.datasource.pool.timeout=30s
app.id=${random.uuid}
app.port=${random.int[8000,9000]}