Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
zyro23 committed Apr 21, 2019
1 parent 9e5e8b5 commit a0f1404
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ dependencies {
testCompile "org.seleniumhq.selenium:selenium-support:3.14.0"
testRuntime "org.seleniumhq.selenium:selenium-chrome-driver:3.14.0"
testRuntime "org.seleniumhq.selenium:selenium-firefox-driver:3.14.0"

compile "org.grails.plugins:spring-security-core:4.0.0.M2"
}

bootRun {
Expand Down
8 changes: 8 additions & 0 deletions grails-app/conf/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,3 +135,11 @@ environments:
testOnReturn: false
jdbcInterceptors: ConnectionState
defaultTransactionIsolation: 2 # TRANSACTION_READ_COMMITTED

---
grails:
plugin:
springsecurity:
controllerAnnotations:
staticRules:
- {pattern: /**, access: [permitAll]}

0 comments on commit a0f1404

Please sign in to comment.