Skip to content

maxbetchik/edu-spring-application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

В application.properties внести значения:

START_FILE

spring.datasource.url = jdbc:postgresql://localhost:5432/shop_db_release

spring.datasource.username = postgres

spring.datasource.password = INSERT_YOUR_PASSWORD

spring.jpa.show-sql = true

spring.jpa.properties.hibernate.format_sql = true

spring.jpa.generate-ddl = true

spring.main.allow-bean-definition-overriding = true

spring.main.allow-circular-references = true

upload.path = INSERT_PATH_TO_UPLOADS_DIR

###############################################

Обратить внимание на значение INSERT_......

###############################################

END_FILE

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published