Skip to content

Instantly share code, notes, and snippets.

@drucoder
Last active April 20, 2020 15:02
Show Gist options
  • Save drucoder/768d449a52b0fd9ed6fd38af8e86abc9 to your computer and use it in GitHub Desktop.
Save drucoder/768d449a52b0fd9ed6fd38af8e86abc9 to your computer and use it in GitHub Desktop.
Sprint boot MVC: интеграционные тесты - зависимости
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-test</artifactId>
<version>RELEASE</version>
<scope>test</scope>
</dependency>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment