Skip to content

Instantly share code, notes, and snippets.

View oandersonbm's full-sized avatar

Anderson Magalhães oandersonbm

View GitHub Profile
@oandersonbm
oandersonbm / spring-oauth2.txt
Last active May 25, 2016 13:44
Dependências Spring + OAuth2
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-security</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-thymeleaf</artifactId>
</dependency>
<dependency>
@oandersonbm
oandersonbm / geradordecertificadojava.bat
Last active March 11, 2016 01:40
Gerador de certificado SSL utilizando arquivo BAT
@ECHO OFF
:inicia
cls
echo ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
echo GERADOR DE CERTIFICADO
echo ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::& echo.
echo Nome do arquivo sem extensao:
set /P arquivo=
echo Defina o alias/usuario:
set /P alias=