Commit d538a1f6 authored by Siva Rama Krishna's avatar Siva Rama Krishna

added gitlab cli

parent f1016a07
stages:
- Build
Build:
stage: Build
script:
- mvn clean install -DskipTests
\ No newline at end of file
...@@ -14,8 +14,8 @@ spring.jpa.properties.hibernate.query.plan_cache_max_size= 1024 ...@@ -14,8 +14,8 @@ spring.jpa.properties.hibernate.query.plan_cache_max_size= 1024
spring.jpa.properties.hibernate.query.plan_parameter_metadata_max_size= 32 spring.jpa.properties.hibernate.query.plan_parameter_metadata_max_size= 32
spring.jpa.show-sql: true spring.jpa.show-sql: true
# Connection properties # Connection properties
spring.datasource.url= jdbc:mysql://db:3306/ee_demo?autoReconnect=true&useSSL=false spring.datasource.url= jdbc:mysql://db:3306/playground?autoReconnect=true&useSSL=false
spring.datasource.username= demouser spring.datasource.username= playground
spring.datasource.password= password spring.datasource.password= password
# Keep the connection alive if idle for a long time (needed in production) # Keep the connection alive if idle for a long time (needed in production)
spring.datasource.testWhileIdle= true spring.datasource.testWhileIdle= true
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment