This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| class DomainObject { | |
| private final String firstName = "First"; | |
| private final String lastName = "Last"; | |
| private final int id = 1; | |
| /** The following methods are annotated for direct serialization without a view. */ | |
| @JsonProperty public String getFirstName() { return firstName; } | |
| @JsonProperty public String getLastName() { return lastName; } | |
| @JsonProperty public int getId() { return id; } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ----------------------------------------------------- | |
| Starting revel | |
| ----------------------------------------------------- | |
| Welcome to Ubuntu 12.04.3 LTS (GNU/Linux 3.2.0-23-generic x86_64) | |
| * Documentation: https://help.ubuntu.com/ | |
| System information disabled due to load higher than 8.0 | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ----------------------------------------------------- | |
| Starting finagle | |
| ----------------------------------------------------- | |
| Welcome to Ubuntu 12.04.3 LTS (GNU/Linux 3.2.0-23-generic x86_64) | |
| * Documentation: https://help.ubuntu.com/ | |
| System information as of Mon Oct 28 21:07:07 PDT 2013 | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ----------------------------------------------------- | |
| Starting beego | |
| ----------------------------------------------------- | |
| Welcome to Ubuntu 12.04.3 LTS (GNU/Linux 3.2.0-23-generic x86_64) | |
| * Documentation: https://help.ubuntu.com/ | |
| System information as of Mon Oct 28 17:12:52 PDT 2013 | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ===================================================== | |
| Preparing Server, Database, and Client ... | |
| ===================================================== | |
| Welcome to Ubuntu 12.04.3 LTS (GNU/Linux 3.2.0-23-generic x86_64) | |
| * Documentation: https://help.ubuntu.com/ | |
| System information as of Wed Oct 23 10:53:06 PDT 2013 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ===================================================== | |
| Preparing Server, Database, and Client ... | |
| ===================================================== | |
| Welcome to Ubuntu 12.04.3 LTS (GNU/Linux 3.2.0-23-generic x86_64) | |
| * Documentation: https://help.ubuntu.com/ | |
| System information as of Tue Oct 22 13:04:13 PDT 2013 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Welcome to Ubuntu 12.04.3 LTS (GNU/Linux 3.9.0-030900-generic x86_64) | |
| * Documentation: https://help.ubuntu.com/ | |
| System information as of Thu Oct 10 12:45:48 PDT 2013 | |
| System load: 0.0 Processes: 116 | |
| Usage of /: 5.8% of 129.62GB Users logged in: 0 | |
| Memory usage: 3% IP address for eth1: 172.16.98.98 | |
| Swap usage: 0% |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ===================================================== | |
| Beginning servicestack-nginx-postgresql | |
| ----------------------------------------------------- | |
| ----------------------------------------------------- | |
| Starting servicestack-nginx-postgresql | |
| ----------------------------------------------------- | |
| Welcome to Ubuntu 12.04.3 LTS (GNU/Linux 3.2.0-23-generic x86_64) |