Skip to content
Snippets Groups Projects
Commit 50e1774a authored by Petr Ježek's avatar Petr Ježek
Browse files

just renaming stuff

parent b2ccae70
No related branches found
No related tags found
No related merge requests found
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="AutoImportSettings">
<option name="autoReloadType" value="SELECTIVE" />
</component>
<component name="ChangeListManager">
<list default="true" id="562d2e30-a3b7-48bd-bef0-7251d7e63591" name="Default Changelist" comment="">
<change beforePath="$PROJECT_DIR$/.gitignore" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/docker-compose.yml" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/pom.xml" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/src/main/java/cz/cvut/fel/pro/emtt/App.java" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/src/main/java/cz/cvut/fel/pro/emtt/model/Question.java" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/src/main/java/cz/cvut/fel/pro/emtt/repository/QuestionRepository.java" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/src/main/resources/application.properties" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/src/test/java/cz/cvut/fel/pro/emtt/AppTests.java" beforeDir="false" />
</list>
<option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
<option name="LAST_RESOLUTION" value="IGNORE" />
</component>
<component name="Git.Settings">
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$/.." />
</component>
<component name="ProjectId" id="20QJ1eVOnPMF6ptSdNOoQOuHDps" />
<component name="ProjectLevelVcsManager" settingsEditedManually="true" />
<component name="ProjectViewState">
<option name="hideEmptyMiddlePackages" value="true" />
<option name="showLibraryContents" value="true" />
</component>
<component name="PropertiesComponent">
<property name="RunOnceActivity.OpenProjectViewOnStart" value="true" />
<property name="RunOnceActivity.ShowReadmeOnStart" value="true" />
<property name="WebServerToolWindowFactoryState" value="false" />
<property name="aspect.path.notification.shown" value="true" />
<property name="last_opened_file_path" value="$PROJECT_DIR$/../etmt" />
<property name="project.structure.last.edited" value="Project" />
<property name="project.structure.proportion" value="0.0" />
<property name="project.structure.side.proportion" value="0.0" />
</component>
<component name="RunManager" selected="Docker.docker-compose.yml: Compose Deployment">
<configuration default="true" type="JetRunConfigurationType">
<module name="etmt" />
<method v="2">
<option name="Make" enabled="true" />
</method>
</configuration>
<configuration default="true" type="KotlinStandaloneScriptRunConfigurationType">
<module name="etmt" />
<option name="filePath" />
<method v="2">
<option name="Make" enabled="true" />
</method>
</configuration>
<configuration name="App" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot" temporary="true">
<module name="etmt" />
<option name="SPRING_BOOT_MAIN_CLASS" value="cz.cvut.fel.pro.emtt.App" />
<method v="2">
<option name="Make" enabled="true" />
</method>
</configuration>
<configuration name="docker-compose.yml: Compose Deployment" type="docker-deploy" factoryName="docker-compose.yml" temporary="true" server-name="Docker">
<deployment type="docker-compose.yml">
<settings>
<option name="sourceFilePath" value="docker-compose.yml" />
</settings>
</deployment>
<method v="2" />
</configuration>
<recent_temporary>
<list>
<item itemvalue="Docker.docker-compose.yml: Compose Deployment" />
<item itemvalue="Spring Boot.App" />
</list>
</recent_temporary>
</component>
<component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
<component name="TaskManager">
<task active="true" id="Default" summary="Default task">
<changelist id="562d2e30-a3b7-48bd-bef0-7251d7e63591" name="Default Changelist" comment="" />
<created>1635970665167</created>
<option name="number" value="Default" />
<option name="presentableId" value="Default" />
<updated>1635970665167</updated>
<workItem from="1635970666411" duration="2157000" />
</task>
<servers />
</component>
<component name="TypeScriptGeneratedFilesManager">
<option name="version" value="3" />
</component>
</project>
\ No newline at end of file
File moved
File moved
......@@ -9,10 +9,10 @@
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>cz.cvut.fel.pro</groupId>
<artifactId>emtt</artifactId>
<artifactId>etmt</artifactId>
<version>0.0.1-SNAPSHOT</version>
<name>emtt</name>
<description>emtt</description>
<name>etmt</name>
<description>etmt</description>
<properties>
<java.version>17</java.version>
</properties>
......
spring.data.mongodb.uri=mongodb://admin:admin@localhost:27017/emtt
spring.data.mongodb.uri=mongodb://admin:admin@localhost:27017/etmt
spring.autoconfigure.exclude=org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment