Skip to content

Commit c41a52f

Browse files
committed
Merge branch 'master' into estimate_count
# Conflicts: # pom.xml
2 parents 21c4d06 + fcfc23c commit c41a52f

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

docs/Tutorials.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ Lista de Links interessantes com Tutorias e informações de suporte para o proj
2727

2828
* https://imasters.com.br/back-end/introducao-ao-framework-de-teste-do-spring-mvc-part-01
2929

30+
### Servidor Apache Tomcat no Ubuntu
31+
32+
* https://www.hostinger.com.br/tutoriais/como-instalar-o-tomcat
33+
* https://linuxize.com/post/how-to-install-tomcat-9-on-ubuntu-18-04/
34+
3035
### Padrão DTO
3136

3237
* https://www.baeldung.com/entity-to-and-from-dto-for-a-java-spring-application

docs/referencias.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Referências
2+
3+
Artigos, Monografias e Livros consultados.
4+
5+
DAMASCENO, Daniel Henrique Marinho. Aplicação web para contagem de tamanho funcional de software. 2017. 68 f.; il.
6+
Trabalho de Conclusão de Curso (Bacharelado em Engenharia de Software)—Universidade de Brasília, Brasília, 2017.
7+
https://bdm.unb.br/bitstream/10483/20264/1/2017_DanielHenriqueMarinhoDamasceno_tcc.pdf

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
<dependency>
101101
<groupId>mysql</groupId>
102102
<artifactId>mysql-connector-java</artifactId>
103-
<version>5.1.45</version>
103+
<version>[8.0.16,)</version>
104104
<scope>runtime</scope>
105105
</dependency>
106106
<dependency>

0 commit comments

Comments
 (0)