[21.02.20] Bring pods back up with mapping class fix
This commit is contained in:
parent
801259a81d
commit
1148262d0c
@ -6,7 +6,7 @@ metadata:
|
|||||||
name: RESOURCE_NAME
|
name: RESOURCE_NAME
|
||||||
namespace: default
|
namespace: default
|
||||||
spec:
|
spec:
|
||||||
replicas: 0
|
replicas: 2
|
||||||
selector:
|
selector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
app: RESOURCE_NAME
|
app: RESOURCE_NAME
|
||||||
|
|||||||
@ -10,8 +10,7 @@ import javax.persistence.*;
|
|||||||
@AllArgsConstructor
|
@AllArgsConstructor
|
||||||
@NoArgsConstructor
|
@NoArgsConstructor
|
||||||
@Data
|
@Data
|
||||||
@Builder
|
@MappedSuperclass
|
||||||
@Entity
|
|
||||||
public class TweetModel {
|
public class TweetModel {
|
||||||
|
|
||||||
@Id
|
@Id
|
||||||
|
|||||||
@ -1,7 +1,6 @@
|
|||||||
package cryptosky.me.graphql.tweets.service;
|
package cryptosky.me.graphql.tweets.service;
|
||||||
|
|
||||||
import cryptosky.me.graphql.tweets.models.entities.BtcTweetModel;
|
import cryptosky.me.graphql.tweets.models.entities.BtcTweetModel;
|
||||||
import cryptosky.me.graphql.tweets.models.entities.TweetModel;
|
|
||||||
import cryptosky.me.graphql.tweets.models.repositories.BtcTweetRepository;
|
import cryptosky.me.graphql.tweets.models.repositories.BtcTweetRepository;
|
||||||
import org.springframework.stereotype.Service;
|
import org.springframework.stereotype.Service;
|
||||||
import org.springframework.transaction.annotation.Transactional;
|
import org.springframework.transaction.annotation.Transactional;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user