# =============================== # = MySQL / JPA configuration = # =============================== # ??????????? ? ???? spring.datasource.url=jdbc:mysql://localhost:3306/computer_accounting?useSSL=false&serverTimezone=UTC&allowPublicKeyRetrieval=true spring.datasource.username=root spring.datasource.password=0000 # ??????? spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver # JPA / Hibernate spring.jpa.hibernate.ddl-auto=update spring.jpa.show-sql=true spring.jpa.properties.hibernate.format_sql=true spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.MySQL8Dialect # Vaadin (???????????) vaadin.productionMode=false