-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adicionando o plugin do jetty no pom.
Criando instrucoes para uso no readme.
- Loading branch information
Caio Oliveira
committed
Oct 27, 2011
1 parent
4f7f7fc
commit 56c4084
Showing
3 changed files
with
43 additions
and
1 deletion.
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
/target | ||
/.classpath | ||
/.project |
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 +1,23 @@ | ||
Exemplos de como paginacao sobe demanda com displaytag. | ||
Exemplo de integracao Mentawai com Displaytag. | ||
======== | ||
|
||
Clonando o Projeto. | ||
-------- | ||
|
||
1. git clone [email protected]:caiogithub/mentawai-displaytag.git | ||
|
||
2. cd mentawai-displaytag | ||
|
||
Rodando o Projeto. | ||
-------- | ||
|
||
1. mvn jetty:run | ||
|
||
2. Abra o browser e acesse: http://localhost:9090 | ||
|
||
Usando no Eclipse. | ||
-------- | ||
|
||
1. mvn eclipse:eclipse | ||
|
||
2. Agora basta importar o projeto no eclipse. |
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