Skip to content

Commit 09c5b4c

Browse files
author
a_total_another_bla
committed
frontend template
1 parent 6b896d8 commit 09c5b4c

File tree

9 files changed

+8
-10
lines changed

9 files changed

+8
-10
lines changed

bin/build.sh

100644100755
File mode changed.

bin/config.sh

100644100755
File mode changed.

bin/devtesting.sh

100644100755
File mode changed.

bin/heroku.sh

100644100755
File mode changed.

bin/release.sh

100644100755
File mode changed.

bin/run.sh

100644100755
+7-9
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
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

bin/smoketests.sh

100644100755
File mode changed.

bin/travis.sh

100644100755
File mode changed.

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@
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>

0 commit comments

Comments
 (0)