Change Server port and show hibernate sql in application.yaml

Change Server Port in application.yml

...
server:
  port: 8081
...

Show sql

.....
spring:
 datasource:
  jpa:
    show-sql: true
    properties:
      hibernate:
        format_sql: true

Leave a Reply

Your email address will not be published. Required fields are marked *