File tree Expand file tree Collapse file tree 9 files changed +8
-10
lines changed Expand file tree Collapse file tree 9 files changed +8
-10
lines changed Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22
3- export GRAPH_DB_GOOGLE_APS_API_KEY=AIzaSyCMWLD6SK1QY3f-94mDS6x7u_jxwYASgqY
4- export GRAPH_DB_GOOGLE_ANALYTICS_ID=UA-17174370-11
5- export GRAPH_DB_GOOGLE_WEBMASTER_TOOLS_ID=3eksTC3Rvao6fLvSUwoRECBwd9Gdg4F51IhOE3DD-T8
6- export GRAPH_DB_MICROSOFT_WEBMASTER_TOOLS_ID=52F1EDC0244BCDCF5C95E402E9E3E49B
7- export GRAPH_DB_FACEBOOK_APP_ID=1721279777913278
8- export GRAPH_DB_TWITTER_CARD_SITE=@port80guru
9- export GRAPH_DB_TWITTER_CARD_CREATOR=@port80guru
10-
11- ../mvnw clean spring-boot:run
3+ export DATABASE_URL=' jdbc:postgresql://localhost:5432/learn-neo4j?user=jdbc&password=jdbcpwd&schema=public'
4+
5+ source config.sh
6+
7+ cd ..
8+
9+ ./mvnw clean spring-boot:run
Original file line number Diff line number Diff line change 160160 <dependency >
161161 <groupId >javax.interceptor</groupId >
162162 <artifactId >javax.interceptor-api</artifactId >
163- <version >1.2</version >
163+ <version >1.2.2 </version >
164164 <scope >compile</scope >
165165 </dependency >
166166 </dependencies >
You can’t perform that action at this time.
0 commit comments