Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .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 .idea/libraries/JDBC.xml

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

19 changes: 19 additions & 0 deletions .idea/libraries/JavaFX.xml

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

9 changes: 9 additions & 0 deletions .idea/libraries/Json.xml

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

6 changes: 6 additions & 0 deletions .idea/misc.xml

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

9 changes: 9 additions & 0 deletions .idea/modules.xml

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

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

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

9 changes: 9 additions & 0 deletions API2.iml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="JAVA_MODULE" version="4">
<component name="NewModuleRootManager">
<output url="file://$MODULE_DIR$/bin" />
<exclude-output />
<content url="file://$MODULE_DIR$" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>
4 changes: 3 additions & 1 deletion Banco de Dados MySQL/bdHistorico.sql
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,6 @@ id int primary key auto_increment,
titulo varchar(255),
pergunta TEXT,
respostaIA TEXT,
dataPergunta DATE);
dataPergunta DATE);

select * from historico;
16 changes: 3 additions & 13 deletions Interface/.classpath
Original file line number Diff line number Diff line change
@@ -1,19 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-23">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/Javafx"/>
<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/JSON"/>
<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/JDBC"/>

<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/json"/>
<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/JavaFX"/>
<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/JSON"/>
<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/SQLConnection"/>

<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/JDBC"/>
<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/Json"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/jdk-24"/>
<classpathentry kind="output" path="bin"/>
</classpath>
15 changes: 15 additions & 0 deletions Interface/Interface.iml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="JAVA_MODULE" version="4">
<component name="NewModuleRootManager">
<output url="file://$MODULE_DIR$/bin" />
<exclude-output />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
</content>
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="JavaFX" level="project" />
<orderEntry type="library" name="JDBC" level="project" />
<orderEntry type="library" name="Json" level="project" />
<orderEntry type="jdk" jdkName="jdk-24" jdkType="JavaSDK" />
</component>
</module>
8 changes: 0 additions & 8 deletions Interface/bin/.gitignore

This file was deleted.

Binary file removed Interface/bin/dao/HistoricoDAO.class
Binary file not shown.
Binary file removed Interface/bin/factory/ConnectionFactory.class
Binary file not shown.
Binary file removed Interface/bin/gui/Main.class
Binary file not shown.
Binary file removed Interface/bin/gui/apinico.class
Binary file not shown.
Binary file removed Interface/bin/ia/IA.class
Binary file not shown.
Binary file added Interface/bin/img/IconDeepCode_Roxa.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed Interface/bin/model/Texto.class
Binary file not shown.