[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
|
||||
namespace: default
|
||||
spec:
|
||||
replicas: 0
|
||||
replicas: 2
|
||||
selector:
|
||||
matchLabels:
|
||||
app: RESOURCE_NAME
|
||||
|
||||
@ -10,8 +10,7 @@ import javax.persistence.*;
|
||||
@AllArgsConstructor
|
||||
@NoArgsConstructor
|
||||
@Data
|
||||
@Builder
|
||||
@Entity
|
||||
@MappedSuperclass
|
||||
public class TweetModel {
|
||||
|
||||
@Id
|
||||
|
||||
@ -1,7 +1,6 @@
|
||||
package cryptosky.me.graphql.tweets.service;
|
||||
|
||||
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 org.springframework.stereotype.Service;
|
||||
import org.springframework.transaction.annotation.Transactional;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user