Skip to content

Instantly share code, notes, and snippets.

View fatihdogmus's full-sized avatar

Muhammed Fatih Doğmuş fatihdogmus

View GitHub Profile
spring.datasource.url=jdbc:postgresql://localhost:5432/yte_spring_data
spring.datasource.username=postgres
spring.datasource.password=postgres
spring.jpa.hibernate.ddl-auto=create
spring.jpa.properties.hibernate.temp.use_jdbc_metadata_defaults=false
@fatihdogmus
fatihdogmus / Header.css
Created April 9, 2021 11:38
Hakkımda sayfası
.link {
color: #222;
font-size: 1rem;
font-weight: normal;
line-height: 1;
margin: 0 0.5rem 0.5rem 0;
padding: 0.25rem;
text-decoration: none;
border-bottom: 2px solid #222;
}