This file contains 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
import play.api.libs.json.{JsValue => PJsValue, JsString => PJsString, _} | |
import spray.json | |
import spray.json.{DeserializationException, JsString, JsValue, JsonFormat} | |
/** | |
* Enum alternative with Json marshallers for free (Play and Spray) | |
* | |
* credit: https://gist.github.com/atamborrino/1d992ebb942cd5518ca2 | |
* | |
* Use: |
This file contains 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
<VirtualHost *:80> | |
ServerName jobeet2.lcl | |
DocumentRoot /var/www/jobeet2/web | |
<Directory /var/www/jobeet2/web> | |
Options -Indexes -MultiViews +FollowSymLinks | |
AllowOverride None | |
Order allow, deny | |
Allow from all |
NewerOlder