Skip to content

Use appropriate database settings for Spring integration tests generation #2220

@EgorkaKulikov

Description

@EgorkaKulikov

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 processcomp-springIssue is related to Spring projects supportctg-enhancementNew feature, improvement or change request

Type

No type

Projects

Status

Done

Relationships

None yet

Development

No branches or pull requests

Issue actions