diff options
author | Adrián Oliva <adrian.oliva@cimat.mx> | 2023-05-24 14:23:16 -0600 |
---|---|---|
committer | Adrián Oliva <adrian.oliva@cimat.mx> | 2023-05-24 14:23:16 -0600 |
commit | 4230248be8e8772fc9cd1304bd69dcb3c11373c9 (patch) | |
tree | 73667078eeebba8fe084a7525be2e81157c38658 /.idea/compiler.xml | |
download | ToDo-App-BE-4230248be8e8772fc9cd1304bd69dcb3c11373c9.tar.gz ToDo-App-BE-4230248be8e8772fc9cd1304bd69dcb3c11373c9.zip |
First commit. Base files.
Just simple files to build the project from ground up. (Don't know if
this is a good idea...)
Diffstat (limited to '.idea/compiler.xml')
-rw-r--r-- | .idea/compiler.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/.idea/compiler.xml b/.idea/compiler.xml new file mode 100644 index 0000000..889dc7a --- /dev/null +++ b/.idea/compiler.xml @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project version="4"> + <component name="CompilerConfiguration"> + <annotationProcessing> + <profile name="Maven default annotation processors profile" enabled="true"> + <sourceOutputDir name="target/generated-sources/annotations" /> + <sourceTestOutputDir name="target/generated-test-sources/test-annotations" /> + <outputRelativeToContentRoot value="true" /> + <module name="to-do-app-be" /> + </profile> + </annotationProcessing> + </component> + <component name="JavacSettings"> + <option name="ADDITIONAL_OPTIONS_OVERRIDE"> + <module name="to-do-app-be" options="-parameters" /> + </option> + </component> +</project>
\ No newline at end of file |