Skip to content

Commit

Permalink
podbicie springa
Browse files Browse the repository at this point in the history
podbicie angulara do 18 i aktualizacja różnych tam
dodanie trochę logiki do rozliczania wydatków w różnych walutach
dodanie logiki na kasowanie ciastek z Partitioned i Secure
  • Loading branch information
JanisBe committed Jun 3, 2024
1 parent 84dc43b commit b3f2396
Show file tree
Hide file tree
Showing 29 changed files with 2,711 additions and 1,797 deletions.
8 changes: 2 additions & 6 deletions .idea/compiler.xml

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

6 changes: 0 additions & 6 deletions .jpb/jpb-settings.xml

This file was deleted.

2 changes: 1 addition & 1 deletion .run/KomornikFrontend.run.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<scripts>
<script value="start"/>
</scripts>
<node-interpreter value="project"/>
<node-interpreter value="$PROJECT_DIR$/../../../tools/node-v20.9.0-win-x64/node"/>
<envs/>
<method v="2"/>
</configuration>
Expand Down
16 changes: 4 additions & 12 deletions komornik.iml
Original file line number Diff line number Diff line change
@@ -1,16 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<module version="4">
<component name="FacetManager">
<facet type="jpa" name="JPA">
<configuration>
<setting name="validation-enabled" value="true" />
<setting name="provider-name" value="Hibernate" />
<datasource-mapping>
<factory-entry name="entityManagerFactory" value="69262c9e-87ed-4002-a486-6f25b1ad436a" />
<factory-entry name="komornik" value="69262c9e-87ed-4002-a486-6f25b1ad436a" />
</datasource-mapping>
<naming-strategy-map />
</configuration>
</facet>
<component name="AdditionalModuleElements">
<content url="file://$MODULE_DIR$" dumb="true">
<sourceFolder url="file://$MODULE_DIR$/src/main/frontend/src/app/component" type="java-resource" />
</content>
</component>
</module>
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<properties>
<java.version>21</java.version>
<org.mapstruct.version>1.6.0.Beta2</org.mapstruct.version>
<sprinv-boot-version>3.2.5</sprinv-boot-version>
<sprinv-boot-version>3.3.0</sprinv-boot-version>
<mariadb-java-client.version>3.4.0</mariadb-java-client.version>
<jjwt.version>0.12.5</jjwt.version>
<mysql-connector.version>8.4.0</mysql-connector.version>
Expand Down Expand Up @@ -200,7 +200,7 @@
<plugin>
<artifactId>exec-maven-plugin</artifactId>
<groupId>org.codehaus.mojo</groupId>
<version>3.2.0</version>
<version>3.3.0</version>
<executions>
<execution>
<id>npm-install</id>
Expand Down Expand Up @@ -263,7 +263,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
<version>3.4.1</version>
<version>3.5.0</version>
<executions>
<execution>
<id>enforce</id>
Expand Down
13 changes: 6 additions & 7 deletions src/main/frontend/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,15 @@
"prefix": "",
"architect": {
"build": {
"builder": "@angular-devkit/build-angular:browser",
"builder": "@angular-devkit/build-angular:application",
"options": {
"outputPath": "../resources/static",
"outputPath": {
"base": "../resources/static"
},
"allowedCommonJsDependencies": [
"ts-md5"
],
"index": "src/index.html",
"main": "src/main.ts",
"polyfills": [
"zone.js"
],
Expand All @@ -44,8 +45,8 @@
"src/bootstrap.css"
],
"scripts": [],
"serviceWorker": true,
"ngswConfigPath": "ngsw-config.json"
"serviceWorker": "ngsw-config.json",
"browser": "src/main.ts"
},
"configurations": {
"production": {
Expand Down Expand Up @@ -75,9 +76,7 @@
]
},
"development": {
"buildOptimizer": false,
"optimization": false,
"vendorChunk": true,
"extractLicenses": false,
"sourceMap": true,
"namedChunks": true
Expand Down
Loading

0 comments on commit b3f2396

Please sign in to comment.