Skip to content

Instantly share code, notes, and snippets.

View mrpehlivan's full-sized avatar
:octocat:
Coding

Arif PEHLİVAN mrpehlivan

:octocat:
Coding
View GitHub Profile
@mrpehlivan
mrpehlivan / application.properties
Last active April 21, 2018 10:57
application.properties
server.port= 8090
spring.datasource.url = jdbc:postgresql://localhost:5432/postgres
spring.datasource.username = postgres
spring.datasource.password = postgres
spring.datasource.driver-class-name = org.postgresql.Driver
spring.jpa.properties.hibernate.temp.use_jdbc_metadata_defaults = false
spring.jpa.generate-ddl=true
http://patorjk.com/software/taag/#p=display&f=Ogre&t=MrPehlivan
set -Ux LSCOLORS gxfxcxdxbxegedabagacad
# gst
function gst --description 'Do a git status'
command git status
end
# dev
function dev
cd /Users/pehlivan.arif/development