Avoid CGlib subclasses for configuration classes. Move ExecutorService to top-level config. Use lazy HTTP client creation to speed up test bootstrap.
17 lines
462 B
Properties
17 lines
462 B
Properties
# Logging
|
|
logging.level.org.springframework=WARN
|
|
logging.level.org.springframework.data.release=INFO
|
|
logging.level.org.springframework.web.client=TRACE
|
|
logging.level.org.springframework.http=DEBUG
|
|
# Deployment
|
|
deployment.repository-prefix=test-
|
|
maven.parallelize=false
|
|
jira.username=dummy
|
|
jira.password=dummy
|
|
jira.api-url=http://localhost:8888
|
|
git.username=dummy
|
|
git.password=dummy
|
|
git.email=dummy@dummy.com
|
|
git.author=dummy
|
|
github.api-url=http://localhost:8888
|