-
Notifications
You must be signed in to change notification settings - Fork 45
Closed
Labels
comp-instrumented-processIssue is related to Instrumented processIssue is related to Instrumented processcomp-springIssue is related to Spring projects supportIssue is related to Spring projects supportctg-enhancementNew feature, improvement or change requestNew feature, improvement or change request
Milestone
Description
Description
Consider generating integration tests for Spring project.
Concrete execution is used, it requires to establish database connection for many projects
Concrete database settings must be the following (h2 in-memory database is used):
spring:
datasource:
url: jdbc:h2:mem:testdb
username: sa
password: password
jpa:
hibernate:
ddl-auto: create-drop
show-sql: true
generate-ddl: true
Metadata
Metadata
Assignees
Labels
comp-instrumented-processIssue is related to Instrumented processIssue is related to Instrumented processcomp-springIssue is related to Spring projects supportIssue is related to Spring projects supportctg-enhancementNew feature, improvement or change requestNew feature, improvement or change request
Type
Projects
Status
Done