Skip to content

Instantly share code, notes, and snippets.

@b1a9id
Last active April 4, 2021 04:11
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 b1a9id/3b30340468302323a349494730631861 to your computer and use it in GitHub Desktop.
Save b1a9id/3b30340468302323a349494730631861 to your computer and use it in GitHub Desktop.
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.4.4)
2021-04-02 17:38:16.412 INFO 8930 --- [ main] c.b.googledrivesandbox.Application : Starting Application using Java 11.0.2
2021-04-02 17:38:16.414 INFO 8930 --- [ main] c.b.googledrivesandbox.Application : No active profile set, falling back to default profiles: default
2021-04-02 17:38:16.798 INFO 8930 --- [ main] c.b.googledrivesandbox.Application : Started Application in 0.672 seconds (JVM running for 1.172)
2021-04-02 17:38:17.548 INFO 8930 --- [ main] c.b.g.service.impl.FileServiceImpl : Files:
2021-04-02 17:38:17.548 INFO 8930 --- [ main] c.b.g.service.impl.FileServiceImpl : file name: create2.txt, id: 1xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx2
2021-04-02 17:38:17.549 INFO 8930 --- [ main] c.b.g.service.impl.FileServiceImpl : file name: create1.txt, id: 1xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx1
2021-04-02 17:38:17.549 INFO 8930 --- [ main] c.b.g.service.impl.FileServiceImpl : file name: create.txt, id: 1xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx0
2021-04-02 17:38:17.823 INFO 8930 --- [ main] c.b.g.service.impl.FileServiceImpl : Downloaded: file id: 1xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx2, file name: create2.txt
2021-04-02 17:38:18.185 INFO 8930 --- [ main] c.b.g.service.impl.FileServiceImpl : Files:
2021-04-02 17:38:18.185 INFO 8930 --- [ main] c.b.g.service.impl.FileServiceImpl : file name: create2.txt, id: 1xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx2
2021-04-02 17:38:18.185 INFO 8930 --- [ main] c.b.g.service.impl.FileServiceImpl : file name: create1.txt, id: 1xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx1
2021-04-02 17:38:18.185 INFO 8930 --- [ main] c.b.g.service.impl.FileServiceImpl : file name: create.txt, id: 1xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment