2022/06/29

What is username and password when starting Spring Boot with Tomcat?

user name: userpassword: 2022-06-29 17:17:09.586  WARN 1242 --- [           main] .s.s.UserDetailsServiceAutoConfiguration :Using generated security password: 7b324ed9-1181-461e-bd5e-0a26ebdd3013This generated password is for development use only. Your security configuration must be updated before running your application in producti...

curl post json file

 curl -X POST -H 'Content-type:application/json' \ --data-binary @some.json some_...