I hereby claim:
- I am josephtaylor on github.
- I am josephtaylor (https://keybase.io/josephtaylor) on keybase.
- I have a public key ASBT9R_b6gfsb52Paeh55Q5kOPP88mYETxEL2D2frQyNTwo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| $ single account summary -d single-boostlink-demo | jq '.users[] | .email' | |
| "[email protected]" |
| $ single account summary -d single-boostlink-demo | |
| { | |
| "accountId": 1, | |
| "active": true, | |
| "myshopifyDomain": "single-boostlink-demo.myshopify.com", | |
| "name": "Single BoostLink Demo", | |
| "users": [ | |
| { | |
| "accountUserId": 1, | |
| "email": "[email protected]" |
| labels: | |
| - "traefik.port=80" | |
| - "traefik.enable=true" | |
| - "traefik.click.frontend.rule=Host:link-shortener;AddPrefix:/click" | |
| - "traefik.api.frontend.rule=Host:localhost; |
| { | |
| "id": "9afbaa9d-a874-499d-9b00-6317baa389af", | |
| "slug": "google", | |
| "title": "Google", | |
| "link": "https://google.com", | |
| "createdAt": "2019-04-06T14:37:24.860Z", | |
| "state": "ACTIVE" | |
| } |
| spring.datasource.url=jdbc:mysql://localhost:3307/test_database | |
| spring.datasource.username=test | |
| spring.datasource.password=test |
| package com.singlemusic.example; | |
| import com.wix.mysql.EmbeddedMysql; | |
| import com.wix.mysql.config.MysqldConfig; | |
| import com.wix.mysql.config.SchemaConfig; | |
| import org.junit.AfterClass; | |
| import org.junit.BeforeClass; | |
| import org.junit.runner.RunWith; | |
| import org.junit.runners.Suite; |
| package com.singlemusic.example; | |
| import org.junit.Test; | |
| import org.junit.runner.RunWith; | |
| import org.springframework.boot.test.context.SpringBootTest; | |
| import org.springframework.test.context.ActiveProfiles; | |
| import org.springframework.test.context.junit4.SpringRunner; | |
| import javax.annotation.Resource; | |
| import javax.persistence.EntityManager; |
| [email protected]@ | |
| spring.jpa.hibernate.ddl-auto=none | |
| spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.MySQL5Dialect |