I hereby claim:
- I am ogrigas on github.
- I am ogrigas (https://keybase.io/ogrigas) on keybase.
- I have a public key ASA3YuNNH7PJL8BzNWXa53H2wUMXFrz-2pS-7HfLj_HUlgo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| testCompile "junit:junit:4.12" | |
| testCompile "org.hamcrest:hamcrest-library:1.3" | |
| testCompile "org.mockito:mockito-core:2.7.19" |
| from urllib2 import urlopen | |
| def send_alert(): | |
| from smtplib import SMTP | |
| from email.mime.text import MIMEText | |
| msg = MIMEText('nuf said') | |
| msg['Subject'] = 'inventi.lt is unreachable' | |
| msg['From'] = 'osvaldas@inventi.lt' |
| @Entity | |
| @Table(name = "orders", schema = "com"}) | |
| public class Order implements Serializable { | |
| @Id | |
| @GeneratedValue(strategy = SEQUENCE, generator = "order_seq") | |
| @Column(name = "ID", unique = true, nullable = false) | |
| private Integer id; | |
| @Column(name = "NUMBER", nullable = false, length = 8) |