samples-messages-client.gradle 614 B

1234567891011121314
  1. apply plugin: 'io.spring.convention.spring-sample-boot'
  2. dependencies {
  3. compile 'org.springframework.boot:spring-boot-starter-web'
  4. compile 'org.springframework.boot:spring-boot-starter-thymeleaf'
  5. compile 'org.springframework.boot:spring-boot-starter-security'
  6. compile 'org.springframework.boot:spring-boot-starter-oauth2-client'
  7. compile 'org.springframework:spring-webflux'
  8. compile 'io.projectreactor.netty:reactor-netty'
  9. compile 'org.thymeleaf.extras:thymeleaf-extras-springsecurity5'
  10. compile 'org.webjars:webjars-locator-core'
  11. compile 'org.webjars:bootstrap:3.4.1'
  12. compile 'org.webjars:jquery:3.4.1'
  13. }