Skip to content

Commit

Permalink
Mesclando repo "Projetos-Web" com "Projetos-Estudo"
Browse files Browse the repository at this point in the history
  • Loading branch information
DouglasDans committed Dec 11, 2023
1 parent 1f73d19 commit 392ac28
Show file tree
Hide file tree
Showing 80 changed files with 216 additions and 272 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file removed index-assets/img/dvd.png
Diff not rendered.
Binary file removed index-assets/img/github.png
Diff not rendered.
Binary file removed index-assets/img/gorjeta.png
Diff not rendered.
Binary file removed index-assets/img/tenis.png
Diff not rendered.
Binary file removed index-assets/img/velha.png
Diff not rendered.
Binary file removed index-assets/img/wikiflix.png
Diff not rendered.
Binary file removed index-assets/img/wikilegacy.png
Diff not rendered.
40 changes: 0 additions & 40 deletions index-assets/script.js

This file was deleted.

142 changes: 0 additions & 142 deletions index-assets/style.css

This file was deleted.

90 changes: 0 additions & 90 deletions index.html

This file was deleted.

4 changes: 4 additions & 0 deletions java/ConsumindoAPIViaCep/.idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions java/ConsumindoAPIViaCep/.idea/ConsumindoAPIViaCep.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 13 additions & 0 deletions java/ConsumindoAPIViaCep/.idea/compiler.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 20 additions & 0 deletions java/ConsumindoAPIViaCep/.idea/jarRepositories.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 15 additions & 0 deletions java/ConsumindoAPIViaCep/.idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions java/ConsumindoAPIViaCep/.idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 22 additions & 0 deletions java/ConsumindoAPIViaCep/pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<?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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>com.api</groupId>
<artifactId>api</artifactId>
<version>1.0-SNAPSHOT</version>

<properties>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
</properties>

<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.10.1</version>
</dependency>

</project>
Loading

1 comment on commit 392ac28

@vercel
Copy link

@vercel vercel bot commented on 392ac28 Dec 11, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.