File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Routines to populate [MPG GrandSlam](https://github.com/mansuydejean/mpggrandsla
8
8
9
9
1 . Prerequisite: [ java] ( https://www.java.com/fr/download/ ) should be installed and on your PATH.
10
10
1 . Download package * grandslam-populator-batch-x.y.jar* (via ** Releases** button on right of this page).
11
- 1 . Provide ` application.properties ` in same directory file (see below for details).
11
+ 1 . Provide ` application.properties ` file in same directory (see below for details).
12
12
1 . Execute:
13
13
14
14
```
Original file line number Diff line number Diff line change @@ -11,10 +11,13 @@ mpg.url = https://api.monpetitgazon.com
11
11
# Disable Spring banner
12
12
spring.main.banner-mode =off
13
13
14
+ # Disable embedded web server
15
+ spring.main.web-application-type =NONE
16
+
14
17
# Do not update schema (and try to create tables for spring batch metadata)
15
18
spring.batch.initialize-schema =never
16
19
17
20
# Default logs
18
21
logging.level.root =WARN
19
22
logging.level.o.s.batch.core.job.SimpleStepHandler =INFO
20
- logging.level.org.blonding.mpg =INFO
23
+ logging.level.org.blonding.mpg =INFO
You can’t perform that action at this time.
0 commit comments