-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
<b>ATENÇÃO:</b> Para API REST é preciso habilitar a mod_rewrite no Apache. | ||
<b>ATENÇÃO:</b> Para API REST é preciso habilitar a mod_rewrite no Apache do servidor de destino. | ||
<a href="https://github.com/bjverde/formDin/wiki/API-REST">Informações sobre no Wiki do FormDin</a> | ||
|
||
<ul> | ||
<li>Somente tela FormDin: Padrão FormDin com a geração de menus, dao, vo, negocio e tela</li> | ||
<li>Somente API REST: Padrão RESTFull via api Json. Não tem menus e telas. tudo irá responder no SISTEMA/API</li> | ||
<li>FormDin + REST: É descrição completa do nome do sistema ou o que significa a sigla</li> | ||
<li>FormDin + REST: Terá as duas funcionalidades acima descritas</li> | ||
</ul> |