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
<?xml version="1.0" encoding="UTF-8"?> | |
<configuration scan="true"> | |
<appender name="CONSOLE" class="ch.qos.logback.core.ConsoleAppender"> | |
<encoder> | |
<charset>utf-8</charset> | |
<Pattern>[%p] %c - %m%n</Pattern> | |
</encoder> | |
</appender> | |
<logger name="javax.activation" level="warn"/> |
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
package com.rsvalerio.spring; | |
import com.fasterxml.jackson.annotation.JsonInclude; | |
import com.fasterxml.jackson.databind.ObjectMapper; | |
import com.fasterxml.jackson.databind.SerializationFeature; | |
import org.atteo.classindex.ClassIndex; | |
import org.springframework.beans.factory.ObjectFactory; | |
import org.springframework.beans.factory.annotation.Autowired; | |
import org.springframework.boot.context.embedded.FilterRegistrationBean; | |
import org.springframework.context.MessageSource; |
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
platforms: | |
- name: EL | |
versions: | |
- all | |
- 5 | |
- 6 | |
- 7 | |
- name: GenericUNIX | |
versions: | |
- all |
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
GVCast - Pod cast do geracao de valor | |
http://geracaodevalor.com/gvcast/site/index | |
Empreendedorismo | |
NerdCast | |
http://jovemnerd.com.br/categoria/nerdcast/ | |
Humor/Geek | |
Inglês na ponta da língua | |
http://www.inglesnapontadalingua.com.br/category/podcast |
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
#!/bin/bash | |
ansible-playbook "$1" -i 'localhost,' |
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
<?xml version="1.0" encoding="UTF-8"?> | |
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | |
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> | |
<modelVersion>4.0.0</modelVersion> | |
<groupId>com.pmenos.ecommerce</groupId> | |
<artifactId>exportacao</artifactId> | |
<name>exportacao_ecommerce</name> | |
<packaging>jar</packaging> |
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
--- | |
- name: Install Java 1.7 | |
yum: name=java-1.7.0-openjdk state=present |
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
Http Specification | |
http://www.w3.org/Protocols/HTTP/1.0/spec.html | |
Dr. Tesis creating restfull | |
https://www.ics.uci.edu/~fielding/pubs/dissertation/top.htm | |
Restfull Maturity Level | |
http://www.crummy.com/writing/speaking/2008-QCon/act3.html | |
Martin fowler explaining Restfull Maturity Level |
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
# EditorConfig helps developers define and maintain consistent | |
# coding styles between different editors and IDEs | |
# editorconfig.org | |
root = true | |
[*.java] | |
indent_style = space | |
indent_size = 4 |
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
Show hidden characters
/** | |
* Created with gist plugin | |
*/ | |
{ | |
"auto_upgrade_last_run": null, | |
"in_process_packages": | |
[ | |
], | |
"installed_dependencies": | |
[ |