Добавлена http авторизация

This commit is contained in:
serega6531
2019-04-30 00:00:36 +03:00
parent 2ef4f2d480
commit 0663bbfe6e
3 changed files with 48 additions and 1 deletions

View File

@@ -22,6 +22,7 @@ repositories {
dependencies {
implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
implementation 'org.springframework.boot:spring-boot-starter-web'
implementation "org.springframework.boot:spring-boot-starter-security"
implementation 'org.springframework.session:spring-session-core'
compile group: 'org.apache.commons', name: 'commons-lang3', version: '3.7'
compile 'org.pcap4j:pcap4j-core:1.+'