Skip to content

Instantly share code, notes, and snippets.

@iyengarajay
Last active June 5, 2017 19:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iyengarajay/3ea8004ed1c5b5535dc8e1581d819aa7 to your computer and use it in GitHub Desktop.
Save iyengarajay/3ea8004ed1c5b5535dc8e1581d819aa7 to your computer and use it in GitHub Desktop.
...
2017-06-06 00:56:10.523 INFO 616 --- [ main] o.s.j.e.a.AnnotationMBeanExporter : Registering beans for JMX exposure on startup
2017-06-06 00:56:10.812 INFO 616 --- [ main] o.h.h.i.QueryTranslatorFactoryInitiator : HHH000397: Using ASTQueryTranslatorFactory
2017-06-06 00:56:11.204 INFO 616 --- [ main] com.boot.jpa.ProjectInitRunner : Project[ id = 1 , name = 'Java' , description = 'Java based project for a bank']
2017-06-06 00:56:11.205 INFO 616 --- [ main] com.boot.jpa.ProjectInitRunner : Project[ id = 2 , name = 'Scala' , description = 'Scala based project for an oil company']
2017-06-06 00:56:11.206 INFO 616 --- [ main] com.boot.jpa.ProjectInitRunner : Project[ id = 3 , name = 'Apache Kafka' , description = 'Kafka based project for a data mining company']
2017-06-06 00:56:11.206 INFO 616 --- [ main] com.boot.jpa.ProjectInitRunner : Getting project by name
2017-06-06 00:56:11.268 INFO 616 --- [ main] com.boot.jpa.ProjectInitRunner : Scala based project id 2
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment