-
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.
renommage pour simplifier la lecture (rest,batch,web)
- Loading branch information
cordier
committed
Jan 9, 2020
1 parent
f6e5b11
commit 0aaa56c
Showing
93 changed files
with
223 additions
and
124 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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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 |
---|---|---|
@@ -1,14 +1,77 @@ | ||
[2020-01-09T08:14:59.059Z] [org.springframework.boot.StartupInfoLogger] [restartedMain] [55] [INFO ] Starting ServiceBatchmailApplication on DESKTOP-HE1TMKM with PID 5068 (D:\OpenClassRooms\OCR-Projet07\ocr-projet07-v4\service_batchmail\target\classes started by cordier in D:\OpenClassRooms\OCR-Projet07\ocr-projet07-v4) | ||
[2020-01-09T08:14:59.059Z] [org.springframework.boot.StartupInfoLogger] [restartedMain] [56] [DEBUG] Running with Spring Boot v2.2.0.RELEASE, Spring v5.2.0.RELEASE | ||
[2020-01-09T08:14:59.059Z] [org.springframework.boot.SpringApplication] [restartedMain] [651] [INFO ] No active profile set, falling back to default profiles: default | ||
[2020-01-09T08:14:59.059Z] [org.springframework.boot.logging.DeferredLog] [restartedMain] [225] [INFO ] Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable | ||
[2020-01-09T08:14:59.059Z] [org.springframework.boot.logging.DeferredLog] [restartedMain] [225] [INFO ] For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG' | ||
[2020-01-09T08:15:00.000Z] [org.springframework.boot.web.embedded.tomcat.TomcatWebServer] [restartedMain] [92] [INFO ] Tomcat initialized with port(s): 9092 (http) | ||
[2020-01-09T08:15:00.000Z] [org.apache.juli.logging.DirectJDKLog] [restartedMain] [173] [INFO ] Starting service [Tomcat] | ||
[2020-01-09T08:15:00.000Z] [org.apache.juli.logging.DirectJDKLog] [restartedMain] [173] [INFO ] Starting Servlet engine: [Apache Tomcat/9.0.27] | ||
[2020-01-09T08:15:00.000Z] [org.apache.juli.logging.DirectJDKLog] [restartedMain] [173] [INFO ] Initializing Spring embedded WebApplicationContext | ||
[2020-01-09T08:15:00.000Z] [org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext] [restartedMain] [284] [INFO ] Root WebApplicationContext: initialization completed in 743 ms | ||
[2020-01-09T08:15:00.000Z] [org.springframework.scheduling.concurrent.ExecutorConfigurationSupport] [restartedMain] [171] [INFO ] Initializing ExecutorService 'applicationTaskExecutor' | ||
[2020-01-09T08:15:00.000Z] [org.springframework.scheduling.concurrent.ExecutorConfigurationSupport] [restartedMain] [171] [INFO ] Initializing ExecutorService 'taskScheduler' | ||
[2020-01-09T08:15:00.000Z] [org.springframework.boot.web.embedded.tomcat.TomcatWebServer] [restartedMain] [204] [INFO ] Tomcat started on port(s): 9092 (http) with context path '' | ||
[2020-01-09T08:15:00.000Z] [org.springframework.boot.StartupInfoLogger] [restartedMain] [61] [INFO ] Started ServiceBatchmailApplication in 1.614 seconds (JVM running for 2.341) | ||
[2020-01-09T11:00:38.038Z] [org.springframework.boot.StartupInfoLogger] [restartedMain] [55] [INFO ] Starting ApplicationBatch on DESKTOP-HE1TMKM with PID 12104 (D:\OpenClassRooms\OCR-Projet07\ocr-projet07-v4\application_batch\target\classes started by cordier in D:\OpenClassRooms\OCR-Projet07\ocr-projet07-v4) | ||
[2020-01-09T11:00:38.038Z] [org.springframework.boot.StartupInfoLogger] [restartedMain] [56] [DEBUG] Running with Spring Boot v2.2.0.RELEASE, Spring v5.2.0.RELEASE | ||
[2020-01-09T11:00:38.038Z] [org.springframework.boot.SpringApplication] [restartedMain] [651] [INFO ] No active profile set, falling back to default profiles: default | ||
[2020-01-09T11:00:38.038Z] [org.springframework.boot.logging.DeferredLog] [restartedMain] [225] [INFO ] Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable | ||
[2020-01-09T11:00:38.038Z] [org.springframework.boot.logging.DeferredLog] [restartedMain] [225] [INFO ] For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG' | ||
[2020-01-09T11:00:39.039Z] [org.springframework.boot.web.embedded.tomcat.TomcatWebServer] [restartedMain] [92] [INFO ] Tomcat initialized with port(s): 9092 (http) | ||
[2020-01-09T11:00:39.039Z] [org.apache.juli.logging.DirectJDKLog] [restartedMain] [173] [INFO ] Starting service [Tomcat] | ||
[2020-01-09T11:00:39.039Z] [org.apache.juli.logging.DirectJDKLog] [restartedMain] [173] [INFO ] Starting Servlet engine: [Apache Tomcat/9.0.27] | ||
[2020-01-09T11:00:39.039Z] [org.apache.juli.logging.DirectJDKLog] [restartedMain] [173] [INFO ] Initializing Spring embedded WebApplicationContext | ||
[2020-01-09T11:00:39.039Z] [org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext] [restartedMain] [284] [INFO ] Root WebApplicationContext: initialization completed in 733 ms | ||
[2020-01-09T11:00:39.039Z] [org.springframework.scheduling.concurrent.ExecutorConfigurationSupport] [restartedMain] [171] [INFO ] Initializing ExecutorService 'applicationTaskExecutor' | ||
[2020-01-09T11:00:39.039Z] [org.springframework.scheduling.concurrent.ExecutorConfigurationSupport] [restartedMain] [171] [INFO ] Initializing ExecutorService 'taskScheduler' | ||
[2020-01-09T11:00:39.039Z] [org.springframework.boot.web.embedded.tomcat.TomcatWebServer] [restartedMain] [204] [INFO ] Tomcat started on port(s): 9092 (http) with context path '' | ||
[2020-01-09T11:00:39.039Z] [org.springframework.boot.StartupInfoLogger] [restartedMain] [61] [INFO ] Started ApplicationBatch in 1.585 seconds (JVM running for 2.341) | ||
[2020-01-09T11:01:09.009Z] [org.springframework.scheduling.concurrent.ExecutorConfigurationSupport] [SpringContextShutdownHook] [208] [INFO ] Shutting down ExecutorService 'taskScheduler' | ||
[2020-01-09T11:01:09.009Z] [org.springframework.scheduling.concurrent.ExecutorConfigurationSupport] [SpringContextShutdownHook] [208] [INFO ] Shutting down ExecutorService 'applicationTaskExecutor' | ||
[2020-01-09T11:01:17.017Z] [org.springframework.boot.StartupInfoLogger] [restartedMain] [55] [INFO ] Starting ApplicationBatch on DESKTOP-HE1TMKM with PID 10832 (D:\OpenClassRooms\OCR-Projet07\ocr-projet07-v4\application_batch\target\classes started by cordier in D:\OpenClassRooms\OCR-Projet07\ocr-projet07-v4) | ||
[2020-01-09T11:01:17.017Z] [org.springframework.boot.StartupInfoLogger] [restartedMain] [56] [DEBUG] Running with Spring Boot v2.2.0.RELEASE, Spring v5.2.0.RELEASE | ||
[2020-01-09T11:01:17.017Z] [org.springframework.boot.SpringApplication] [restartedMain] [651] [INFO ] No active profile set, falling back to default profiles: default | ||
[2020-01-09T11:01:17.017Z] [org.springframework.boot.logging.DeferredLog] [restartedMain] [225] [INFO ] Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable | ||
[2020-01-09T11:01:17.017Z] [org.springframework.boot.logging.DeferredLog] [restartedMain] [225] [INFO ] For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG' | ||
[2020-01-09T11:01:18.018Z] [org.springframework.boot.web.embedded.tomcat.TomcatWebServer] [restartedMain] [92] [INFO ] Tomcat initialized with port(s): 9092 (http) | ||
[2020-01-09T11:01:18.018Z] [org.apache.juli.logging.DirectJDKLog] [restartedMain] [173] [INFO ] Starting service [Tomcat] | ||
[2020-01-09T11:01:18.018Z] [org.apache.juli.logging.DirectJDKLog] [restartedMain] [173] [INFO ] Starting Servlet engine: [Apache Tomcat/9.0.27] | ||
[2020-01-09T11:01:18.018Z] [org.apache.juli.logging.DirectJDKLog] [restartedMain] [173] [INFO ] Initializing Spring embedded WebApplicationContext | ||
[2020-01-09T11:01:18.018Z] [org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext] [restartedMain] [284] [INFO ] Root WebApplicationContext: initialization completed in 779 ms | ||
[2020-01-09T11:01:18.018Z] [org.springframework.scheduling.concurrent.ExecutorConfigurationSupport] [restartedMain] [171] [INFO ] Initializing ExecutorService 'applicationTaskExecutor' | ||
[2020-01-09T11:01:18.018Z] [org.springframework.scheduling.concurrent.ExecutorConfigurationSupport] [restartedMain] [171] [INFO ] Initializing ExecutorService 'taskScheduler' | ||
[2020-01-09T11:01:18.018Z] [org.springframework.boot.web.embedded.tomcat.TomcatWebServer] [restartedMain] [204] [INFO ] Tomcat started on port(s): 9092 (http) with context path '' | ||
[2020-01-09T11:01:18.018Z] [org.springframework.boot.StartupInfoLogger] [restartedMain] [61] [INFO ] Started ApplicationBatch in 1.622 seconds (JVM running for 2.35) | ||
[2020-01-09T11:01:18.018Z] [fr.ocr.task.ScheduledMailer] [restartedMain] [116] [INFO ] InfosBatchMailDtoBatch(username=julie, [email protected], titre=micro services with spring boot, auteur=Ranga rao karanam, dateEmprunt=Mon Nov 04 01:00:00 CET 2019) | ||
[2020-01-09T11:01:18.018Z] [fr.ocr.task.ScheduledMailer] [restartedMain] [116] [INFO ] InfosBatchMailDtoBatch(username=lola, [email protected], titre=Java JEE developpez des applications Web en Java, auteur=Thierry richard, dateEmprunt=Thu Dec 05 01:00:00 CET 2019) | ||
[2020-01-09T11:01:18.018Z] [fr.ocr.task.ScheduledMailer] [restartedMain] [116] [INFO ] InfosBatchMailDtoBatch(username=lola, [email protected], titre=JPA et Java Hibernate Apprenez le ORM avec Java, auteur=Martial Banon, dateEmprunt=Mon Dec 09 01:00:00 CET 2019) | ||
[2020-01-09T11:01:18.018Z] [fr.ocr.task.ScheduledMailer] [restartedMain] [84] [INFO ] | ||
********************************************* | ||
|
||
Bonjour, vous avez emprunté l'ouvrage : | ||
Titre..: micro services with spring boot | ||
De.....: Ranga rao karanam | ||
Le.....: Mon Nov 04 01:00:00 CET 2019 | ||
|
||
Le délai de 4 semaines est dépassé. | ||
Merci de nous retourner cet ouvrage | ||
L'equipe Municipale | ||
********************************************* | ||
|
||
[2020-01-09T11:01:18.018Z] [fr.ocr.task.ScheduledMailer] [restartedMain] [88] [WARN ] Erreur : javalMail to [Ljava.lang.String;@3bde1fd0 - cause :Authentication failed; nested exception is javax.mail.AuthenticationFailedException: failed to connect, no password specified? | ||
[2020-01-09T11:01:18.018Z] [fr.ocr.task.ScheduledMailer] [restartedMain] [84] [INFO ] | ||
********************************************* | ||
|
||
Bonjour, vous avez emprunté l'ouvrage : | ||
Titre..: Java JEE developpez des applications Web en Java | ||
De.....: Thierry richard | ||
Le.....: Thu Dec 05 01:00:00 CET 2019 | ||
|
||
Le délai de 4 semaines est dépassé. | ||
Merci de nous retourner cet ouvrage | ||
L'equipe Municipale | ||
********************************************* | ||
|
||
[2020-01-09T11:01:18.018Z] [fr.ocr.task.ScheduledMailer] [restartedMain] [88] [WARN ] Erreur : javalMail to [Ljava.lang.String;@1b9fd553 - cause :Authentication failed; nested exception is javax.mail.AuthenticationFailedException: failed to connect, no password specified? | ||
[2020-01-09T11:01:18.018Z] [fr.ocr.task.ScheduledMailer] [restartedMain] [84] [INFO ] | ||
********************************************* | ||
|
||
Bonjour, vous avez emprunté l'ouvrage : | ||
Titre..: JPA et Java Hibernate Apprenez le ORM avec Java | ||
De.....: Martial Banon | ||
Le.....: Mon Dec 09 01:00:00 CET 2019 | ||
|
||
Le délai de 4 semaines est dépassé. | ||
Merci de nous retourner cet ouvrage | ||
L'equipe Municipale | ||
********************************************* | ||
|
||
[2020-01-09T11:01:18.018Z] [fr.ocr.task.ScheduledMailer] [restartedMain] [88] [WARN ] Erreur : javalMail to [Ljava.lang.String;@3cf322de - cause :Authentication failed; nested exception is javax.mail.AuthenticationFailedException: failed to connect, no password specified? | ||
[2020-01-09T11:05:20.020Z] [org.springframework.scheduling.concurrent.ExecutorConfigurationSupport] [SpringContextShutdownHook] [208] [INFO ] Shutting down ExecutorService 'taskScheduler' | ||
[2020-01-09T11:05:20.020Z] [org.springframework.scheduling.concurrent.ExecutorConfigurationSupport] [SpringContextShutdownHook] [208] [INFO ] Shutting down ExecutorService 'applicationTaskExecutor' |
Oops, something went wrong.