forked from consometers/consoherozh
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Grails 3 / activiti Workflow working.
- upgrade activiti to 5.23.0 - resources.groovy : - in processEngineConfiguration(SpringProcessEngineConfiguration) { add databaseSchemaUpdate = true for activiti upgrade - in build.gradle use groovy-all version of gradle - contains jsr223 script engine required to avoid "Can't find scripting engine for 'groovy'" - fix workflow route camel syntax - correct incomplete fix when changeing property to exchangeProperty ( was done in 5a8d732 ) - use ' and ${} with exchangeProperty - fix typo echangeProperty to exchangeProperty - application.groovy changes : - reactivead grail.cache.enabled - hibernate.flush.mode = COMMIT in one place - dbCreate = none ; first database-migration plugin tests - System.properties['smarthome.datasource.url'] : not hardcoded even in dev. - application name is now consoherozh ( settings.gradle rootProject.name ) - reinddented application.groovy to prepare for change to application.yml - resources.groovy ( unix format ) - updated .ignore - build result is in build, not in target anymore.
- Loading branch information
Showing
12 changed files
with
291 additions
and
253 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,6 +8,8 @@ | |
.settings/ | ||
target/ | ||
target-eclipse/ | ||
build/ | ||
.gradle/ | ||
.classpath | ||
wrapper/ | ||
/bin/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ En cliquant dessus, vous serez alors redirigé vers une page vous demandant un n | |
|
||
sur la page du site : | ||
|
||
Un email pour réinitialiser votre mot de passe vous a été envoyé à l'adresse suivante : [email protected] | ||
Un email pour réinitialiser votre mot de passe vous a été envoyé à l'adresse suivante : <adresse mail> | ||
|
||
reception d'un mail : | ||
|
||
|
Oops, something went wrong.