Skip to content

Commit f979140

Browse files
committed
fork de la bonne branche web
1 parent e7f6e26 commit f979140

File tree

1,158 files changed

+101282
-1770
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,158 files changed

+101282
-1770
lines changed

.asscache

567 Bytes
Binary file not shown.

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,15 @@
11
# TaskOverflow
2-
Grails project at ISIMA
2+
Grails project at ISIMA by Benoit Garçon
3+
4+
## Structure of the project
5+
You can find all this elements in this project:
6+
* The Grails project in the common folders with sources, tests, etc.
7+
* The documentation of the source is in documentation folder
8+
* The specification and mockups are in document folder.
9+
10+
## Run the application
11+
```
12+
grails war
13+
cd build/libs # see https://github.com/grails/grails-core/issues/9302
14+
java "-Dgrails.env=dev" -jar .\build\libs\TaskOverflow-0.1.war
15+
```

build.gradle

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,19 @@ dependencies {
4545
compile "org.grails.plugins:hibernate5"
4646
compile "org.hibernate:hibernate-core:5.1.2.Final"
4747
compile "org.hibernate:hibernate-ehcache:5.1.2.Final"
48+
49+
// secu
50+
compile "org.grails.plugins:spring-security-core:3.1.1"
51+
52+
// feature flipping
53+
//compile "org.grails.plugins:feature-switch:0.7"
54+
55+
// spring cloud
56+
compile 'org.springframework.cloud:spring-cloud-starter-config:1.3.0.M2'
57+
//compile 'org.springframework.cloud:spring-cloud-starter-eureka:1.3.0.M1'
58+
// spring security rest
59+
compile "org.grails.plugins:spring-security-rest:2.0.0.M2"
60+
4861
console "org.grails:grails-console"
4962
profile "org.grails.profiles:web"
5063
runtime "com.bertramlabs.plugins:asset-pipeline-grails:2.11.6"
@@ -53,10 +66,6 @@ dependencies {
5366
testCompile "org.grails.plugins:geb"
5467
testRuntime "org.seleniumhq.selenium:selenium-htmlunit-driver:2.47.1"
5568
testRuntime "net.sourceforge.htmlunit:htmlunit:2.18"
56-
57-
// secu
58-
compile "org.grails.plugins:spring-security-core:3.1.1"
59-
compile "org.grails.plugins:spring-security-ui:3.0.0.M2"
6069
}
6170

6271
bootRun {
@@ -68,3 +77,8 @@ assets {
6877
minifyJs = true
6978
minifyCss = true
7079
}
80+
81+
// build.gradle
82+
ext {
83+
set "tomcat.version", "8.5.5"
84+
}
520 KB
Binary file not shown.
975 KB
Binary file not shown.

document/img/New Mockup 1.png

50.1 KB
Loading

document/img/NewProject.bmpr

60 KB
Binary file not shown.

document/img/accueil.png

32.8 KB
Loading

document/img/badges.png

35.2 KB
Loading

document/img/class.png

29.7 KB
Loading

0 commit comments

Comments
 (0)