Skip to content

Instantly share code, notes, and snippets.

View aeells's full-sized avatar

Andrew Eells aeells

View GitHub Profile
@aeells
aeells / sonar.properties
Created February 13, 2015 18:09
sonar.properties for MySQL server running on localhost
sonar.jdbc.username=sonar
sonar.jdbc.password=sonar
sonar.jdbc.url=jdbc:mysql://localhost:3306/sonar?useUnicode=true&characterEncoding=utf8&rewriteBatchedStatements=true&useConfigs=maxPerformance
@Entity
public class Employer
{
@Id
@GeneratedValue(strategy = GenerationType.IDENTITY)
private Long id;
private String employerName;
@OneToMany(fetch = FetchType.EAGER, cascade = CascadeType.ALL, mappedBy = "employer")
@Entity
public class Employer
{
@Id
@GeneratedValue(strategy = GenerationType.IDENTITY)
private Long id;
private String employerName;
@OneToMany(fetch = FetchType.EAGER, cascade = CascadeType.ALL)

Keybase proof

I hereby claim:

  • I am aeells on github.
  • I am aeells (https://keybase.io/aeells) on keybase.
  • I have a public key whose fingerprint is E82A 3E5B 119C 52EC FF3F AE2A DA2D CD0E 87F3 7539

To claim this, I am signing this object: